Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1003 Bytes

File metadata and controls

60 lines (50 loc) · 1003 Bytes

Get2DComponentGroup

Description

Gets the specified 2D component group of a symbol definition or plug-in object or NULL if the group does not exist.

''Table - 2D components'' {| class = "wikitable_c"

! Constant !! 2D component
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
}
FUNCTION Get2DComponentGroup(
				objectHandle : HANDLE;
				component    : INTEGER): HANDLE;
def vs.Get2DComponentGroup(objectHandle, component):
    return HANDLE

Parameters

Name Type Description
objectHandle HANDLE Handle to the object.
component INTEGER 2D component.

See Also

VS Functions: Set2DComponentGroup | SetTopPlan2DComp | GetTopPlan2DComp

Version

Availability: from Vectorworks 2019

Category

  • Objects - Custom