List of alphanumeric tracking data IDs used in conjunction with the current measurement. This method works in conjunction with ODTK's TrackingIDAliases attributes to resolve alphanumeric object IDs with ODTK objects.
The default is an empty list.
The TrackerNames list and TrackerIDs list are mutually exclusive. If one of the object IDs is an alphanumeric string, then all the IDs must be entered in the TrackerNames list. An InsertInteger method is provided to insert integers into the TrackerNames list. If all of the IDs are integers, add them to the TrackerIDs list instead.
Otherwise, use the TrackerNames list in the same fashion as the TrackerIDs list.
The default is an empty list.
The TrackerNames list and TrackerIDs list are mutually exclusive. If one of the object IDs is an alphanumeric string, then all the IDs must be entered in the TrackerNames list. An InsertInteger method is provided to insert integers into the TrackerNames list. If all of the IDs are integers, add them to the TrackerIDs list instead.
Otherwise, use the TrackerNames list in the same fashion as the TrackerIDs list.
Read-write property
[Visual Basic .NET] |
---|
Public Property TrackerNames() As IAgODTrackingNameList |
[C#] |
---|
public IAgODTrackingNameList TrackerNames {get; set;} |
[Managed C++] |
---|
public: __property IAgODTrackingNameList ^ get_TrackerNames(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrackerNames( IAgODTrackingNameList ** pVal ); public: HRESULT put_TrackerNames( IAgODTrackingNameList pVal ); |
[Java] |
---|
public IAgODTrackingNameList getTrackerNames(); public void setTrackerNames( IAgODTrackingNameList ); |
[Python - STK API ![]() |
---|
@property def TrackerNames(self) -> "IAgODTrackingNameList": @TrackerNames.setter def TrackerNames(self, pVal:"IAgODTrackingNameList") -> None: |