Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 697 Bytes

File metadata and controls

29 lines (22 loc) · 697 Bytes

SetCustomObjectSelectionGroup

Description

Set selection indication geometry for a parametric object.

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

FUNCTION SetCustomObjectSelectionGroup(
				objectHand : HANDLE;
				selGroup   : HANDLE): BOOLEAN;
def vs.SetCustomObjectSelectionGroup(objectHand, selGroup):
    return BOOLEAN

Parameters

Name Type Description
objectHand HANDLE Handle to parametric object.
selGroup HANDLE Handle to object or group that contains geometry for selection indication.

Version

Availability: from Vectorworks14.0

Category