Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 846 Bytes

File metadata and controls

35 lines (27 loc) · 846 Bytes

SetDescriptionText

Description

Sets the user-supplied description for an object.
Adds the description data node if one does not already exist.

FUNCTION SetDescriptionText(
				hObject         : HANDLE;
				descriptionText : DYNARRAY[] of CHAR): BOOLEAN;
def vs.SetDescriptionText(hObject, descriptionText):
    return BOOLEAN

Parameters

Name Type Description
hObject HANDLE Handle of the object for which the description should be set.
descriptionText DYNARRAY[] of CHAR The description text to be set for the object

Remarks

Added for T01363 to add descriptions for classes and layers.

See Also

VS Functions: GetDescriptionText

Version

Availability: from Vectorworks 2015

Category