Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 977 Bytes

File metadata and controls

36 lines (28 loc) · 977 Bytes

GetComponentClass

Description

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)

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.
componentClass LONGINT Returns the class of the component.

Remarks

To get the name of the class, use Index2Name, not ClassList to convert componentClass to a STRING.

See Also

VS Functions: SetComponentClass

Version

Availability: from VectorWorks 2008

Category