Gets the class of a component in an object.
FUNCTION GetComponentClass(
obj : HANDLE;
componentIndex : INTEGER;
VAR componentClass : LONGINT): BOOLEAN;def vs.GetComponentClass(obj, componentIndex):
return (BOOLEAN, componentClass)| 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 | Returns the class of the component. |
To get the name of the class, use Index2Name, not ClassList to convert componentClass to a STRING.
VS Functions: SetComponentClass
Availability: from VectorWorks 2008