Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 787 Bytes

File metadata and controls

33 lines (26 loc) · 787 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