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| 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. |
VS Functions: GetComponentWidth
Availability: from VectorWorks 12.0