SoHandleEventActionSetEvent Method |
Sets the event being handled.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetEvent(
SoEvent ev
)
Public Sub SetEvent (
ev As SoEvent
)
public:
void SetEvent(
SoEvent^ ev
)
member SetEvent :
ev : SoEvent -> unit
Parameters
- ev
- Type: OIV.Inventor.EventsSoEvent
Remarks See Also