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| 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 |
Added for T01363 to add descriptions for classes and layers.
VS Functions: GetDescriptionText
Availability: from Vectorworks 2015