Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 557 Bytes

File metadata and controls

31 lines (23 loc) · 557 Bytes

GetDLComponentName

Description

Gets the name of the component at index in the Double Line Preferences.

FUNCTION GetDLComponentName(index : INTEGER): STRING;
def vs.GetDLComponentName(index):
    return STRING

Parameters

Name Type Description
index INTEGER The index of the component.

Remarks

CJG 3-23-07

See Also

VS Functions: SetDLComponentName

Version

Availability: from VectorWorks13.0

Category