| SoTouchManagerGetEventbyIndex Method  | 
Get the corresponding event for the index, NULL if index is incorrect. 
 
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoTouchEvent GetEventbyIndex(
	int index
)
Public Function GetEventbyIndex ( 
	index As Integer
) As SoTouchEvent
public:
SoTouchEvent^ GetEventbyIndex(
	int index
)
member GetEventbyIndex : 
        index : int -> SoTouchEvent 
Parameters
- index
 - Type: SystemInt32
 
Return Value
Type: 
SoTouchEvent
Remarks
See Also