Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 472 Bytes

File metadata and controls

28 lines (20 loc) · 472 Bytes

Index2Name

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

Name Type Description
index LONGINT Object index number.

Remarks

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

Version

Availability: from VectorWorks8.0

Category

  • Object Names