| SoEventGetTrackerInfo Method  | 
Gets whether an event object has associated tracker information. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic Nullable<SbTrackerInfo> GetTrackerInfo()
Public Function GetTrackerInfo As Nullable(Of SbTrackerInfo)
public:
Nullable<SbTrackerInfo> GetTrackerInfo()
member GetTrackerInfo : unit -> Nullable<SbTrackerInfo> 
Return Value
Type: 
NullableSbTrackerInfo
Remarks
See Also