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