Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 654 Bytes

File metadata and controls

34 lines (26 loc) · 654 Bytes

GetDLComponentWidth

Description

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

FUNCTION GetDLComponentWidth(
				index     : INTEGER;
				VAR width : REAL): BOOLEAN;
def vs.GetDLComponentWidth(index):
    return (BOOLEAN, width)

Parameters

Name Type Description
index INTEGER The index of the component.
width REAL Returns the width of the component.

Remarks

CJG 6-27-06

See Also

VS Functions: SetDLComponentWidth

Version

Availability: from VectorWorks12.5

Category