Function Index2Name returns the name of the object with specified index number.
FUNCTION Index2Name(index : LONGINT): STRING;def vs.Index2Name(index):
return STRING| Name | Type | Description |
|---|---|---|
| index | LONGINT | Object index number. |
Returns the name of the object with the internal index specified.
Availability: from VectorWorks8.0