Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 740 Bytes

File metadata and controls

34 lines (26 loc) · 740 Bytes

SetComponentWidth

Description

Sets the width of a component in an object.

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

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 The width of the component.

See Also

VS Functions: GetComponentWidth

Version

Availability: from VectorWorks 12.0

Category

  • Objects - Architectural