Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 678 Bytes

File metadata and controls

34 lines (26 loc) · 678 Bytes

SetDLComponentClass

Description

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

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

Parameters

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

Remarks

CJG 3-23-07

See Also

VS Functions: GetDLComponentClass

Version

Availability: from VectorWorks13.0

Category