IAgODProvideTrackingDataLib 13Send comments on this topic.
TrackerNames Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrackerNames() As IAgODTrackingNameList
[C#]
public IAgODTrackingNameList TrackerNames {get; set;}
[Managed C++]
public: __property IAgODTrackingNameList ^ get_TrackerNames();
public: __property void set_TrackerNames( IAgODTrackingNameList );
[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:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.