SoDraggerSetHandleEventAction Method |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
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