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