Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 690 Bytes

File metadata and controls

34 lines (26 loc) · 690 Bytes

SetDLComponentWidth

Description

Sets the width of the nth component of the Double Line Preferences, where n is equal to index.

FUNCTION SetDLComponentWidth(
				index         : INTEGER;
				widthDistance : REAL): BOOLEAN;
def vs.SetDLComponentWidth(index, widthDistance):
    return BOOLEAN

Parameters

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

Remarks

CJG 6-27-06

See Also

VS Functions: GetDLComponentWidth

Version

Availability: from VectorWorks12.5

Category