SoDraggerSetHandleEventAction Method |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetHandleEventAction(
SoHandleEventAction newAction
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetHandleEventAction (
newAction As SoHandleEventAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetHandleEventAction(
SoHandleEventAction^ newAction
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetHandleEventAction :
newAction : SoHandleEventAction -> unit
Parameters
- newAction
- Type: OIV.Inventor.ActionsSoHandleEventAction
Remarks See Also