| SoTouchManagerGetEventById Method  | 
Get the corresponding event for the finger id, NULL if id is incorrect. 
 
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoTouchEvent GetEventById(
	uint id
)
Public Function GetEventById ( 
	id As UInteger
) As SoTouchEvent
public:
SoTouchEvent^ GetEventById(
	unsigned int id
)
member GetEventById : 
        id : uint32 -> SoTouchEvent 
Parameters
- id
 - Type: SystemUInt32
 
Return Value
Type: 
SoTouchEvent
Remarks
See Also