Deletes a component in an object.
FUNCTION DeleteComponent(
obj : HANDLE;
componentIndex : INTEGER): BOOLEAN;def vs.DeleteComponent(obj, componentIndex):
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 to delete. |
_c_: (2016.02.03): Supports also Roof and Roof Styles components from VW 2016.
VS Functions: InsertNewComponent
Availability: from VectorWorks 12.0