Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 696 Bytes

File metadata and controls

34 lines (26 loc) · 696 Bytes

GetDLComponentClass

Description

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

FUNCTION GetDLComponentClass(
				index              : INTEGER;
				VAR componentClass : LONGINT): BOOLEAN;
def vs.GetDLComponentClass(index):
    return (BOOLEAN, componentClass)

Parameters

Name Type Description
index INTEGER The index of the component.
componentClass LONGINT Returns the class of the component.

Remarks

CJG 3-23-07

See Also

VS Functions: SetDLComponentClass

Version

Availability: from VectorWorks13.0

Category