Sets the class of a component in an object.
FUNCTION SetComponentClass(
obj : HANDLE;
componentIndex : INTEGER;
componentClass : LONGINT): BOOLEAN;def vs.SetComponentClass(obj, componentIndex, componentClass):
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. |
| componentClass | LONGINT | The class of the component. |
VS Functions: GetComponentClass
Availability: from VectorWorks 2008