getDescription macro
Use this macro to get the description of a Property the UserArea.
string getDescription(long property.node)
Argument | Description |
---|---|
Property Node | The node of a previously retrieved property. Note that if the given node is not a property, the result is unpredictable. |
Return value: The description of the given property.
Example: See the example given for
getListID()
.