ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxEnumTrackId.TrackIds Property

Retrives the Track ID list.

[Visual Basic .NET]
Public ReadOnly Property TrackIds As String[]
[C#]
public String[] TrackIds {get;}
[C++]
HRESULT get_TrackIds(
  TrackIds* TrackIds
);
[C++]

Parameters

TrackIds [out, retval]   TrackIds is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITxEnumTrackId Interface