VS:Index2Name: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:34, 12 August 2013

.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