Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 750 Bytes

File metadata and controls

34 lines (26 loc) · 750 Bytes

GetComponentWidth

Description

Gets the width of a component in an object.

FUNCTION GetComponentWidth(
				obj            : HANDLE;
				componentIndex : INTEGER;
				VAR width      : REAL): BOOLEAN;
def vs.GetComponentWidth(obj, componentIndex):
    return (BOOLEAN, width)

Parameters

Name Type Description
obj HANDLE The object. Can be a wall, round wall, slab, Wall Style, Slab Style, the Wall Preferences, or the Slab Preferences.
componentIndex INTEGER The index of the component.
width REAL Returns the width of the component.

See Also

VS Functions: SetComponentWidth

Version

Availability: from VectorWorks 12.0

Category

  • Objects - Architectural