Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 713 Bytes

File metadata and controls

31 lines (24 loc) · 713 Bytes

GetComponentName

Description

Gets the name of a component in an object.

FUNCTION GetComponentName(
				obj            : HANDLE;
				componentIndex : INTEGER): STRING;
def vs.GetComponentName(obj, componentIndex):
    return STRING

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, 1-based.

See Also

VS Functions: SetComponentName

Version

Availability: from VectorWorks 2008

Category