Sets the name of a component in an object.
FUNCTION SetComponentName(
obj : HANDLE;
componentIndex : INTEGER;
componentName : STRING): BOOLEAN;def vs.SetComponentName(obj, componentIndex, componentName):
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. |
| componentName | STRING | The name of the component. |
VS Functions: GetComponentName
Availability: from VectorWorks 2008