Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 800 Bytes

File metadata and controls

33 lines (26 loc) · 800 Bytes

SetComponentName

Description

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

Parameters

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.

See Also

VS Functions: GetComponentName

Version

Availability: from VectorWorks 2008

Category