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