VS:Index2Name

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Function Index2Name returns the name of the object with specified index number.

FUNCTION Index2Name(
index :LONGINT) : STRING;
def vs.Index2Name(index):
    return STRING

Parameters

index LONGINT Object index number.

Remarks

Returns the name of the object with the internal index specified.

Version

Availability: from VectorWorks8.0