Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 638 Bytes

File metadata and controls

26 lines (19 loc) · 638 Bytes

GetCustomObjectSelectionGroup

Description

Access the handle to selection group. This group contains geometry that defines the selection and pre-selection indication of this object.

See [[VS:Parametric Custom Selection Indication]] for more info.

FUNCTION GetCustomObjectSelectionGroup(objectHand : HANDLE): HANDLE;
def vs.GetCustomObjectSelectionGroup(objectHand):
    return HANDLE

Parameters

Name Type Description
objectHand HANDLE Handle to custom object.

Version

Availability: from Vectorworks14.0

Category