Sets the specified 2D component group of a symbol definition or plug-in object. Use Top/Plan if you want to add the group into the main container of the object.
''Table - 2D components'' {| class = "wikitable_c"
| ! Constant !! 2D component |
|---|
| 0 |
| - |
| 1 |
| - |
| 2 |
| - |
| 3 |
| - |
| 4 |
| - |
| 5 |
| - |
| 6 |
| - |
| 7 |
| - |
| 8 |
| - |
| 9 |
| - |
| 10 |
| } |
FUNCTION Set2DComponentGroup(
objectHandle : HANDLE;
groupHandle : HANDLE;
component : INTEGER): BOOLEAN;def vs.Set2DComponentGroup(objectHandle, groupHandle, component):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| objectHandle | HANDLE | Handle to the object. |
| groupHandle | HANDLE | Handle to the graphics group. Can be a group or a single object. To delete the corresponding group provide NULL. |
| component | INTEGER | 2D component. |
VS Functions: Get2DComponentGroup
Availability: from Vectorworks 2019
- Objects - Custom