Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 811 Bytes

File metadata and controls

33 lines (26 loc) · 811 Bytes

SetComponentClass

Description

Sets the class of a component in an object.

FUNCTION SetComponentClass(
				obj            : HANDLE;
				componentIndex : INTEGER;
				componentClass : LONGINT): BOOLEAN;
def vs.SetComponentClass(obj, componentIndex, componentClass):
    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.
componentClass LONGINT The class of the component.

See Also

VS Functions: GetComponentClass

Version

Availability: from VectorWorks 2008

Category