SoTouchEventSetState Method |
Sets the state of the touch event.
Namespace: OIV.Inventor.Touch.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetState(
SoTouchEventStates b
)
Public Sub SetState (
b As SoTouchEventStates
)
public:
void SetState(
SoTouchEventStates b
)
member SetState :
b : SoTouchEventStates -> unit
Parameters
- b
- Type: OIV.Inventor.Touch.EventsSoTouchEventStates
Remarks See Also