Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 898 Bytes

File metadata and controls

37 lines (30 loc) · 898 Bytes

SetTopPlan2DComp

Description

Sets the 2D component that is shown in Top/Plan view for a symbol definition or plug-in object
Table - components:
Component Constant
Top 0
Top and Bottom Cut 1

FUNCTION SetTopPlan2DComp(
				objectHandle : HANDLE;
				component    : INTEGER): BOOLEAN;
def vs.SetTopPlan2DComp(objectHandle, component):
    return BOOLEAN

Parameters

Name Type Description
objectHandle HANDLE Handle to the object.
component INTEGER 2D component to be shown in Top/Plan view.

See Also

VS Functions: GetTopPlan2DComp | Set2DComponentGroup | Get2DComponentGroup

Version

Availability: from Vectorworks 2019

Category