ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxEnumTrackId.FirstTrackId Property

Retrives the first Track ID in the list.

[Visual Basic .NET]
Public ReadOnly Property FirstTrackId As String
[C#]
public string FirstTrackId {get;}
[C++]
HRESULT get_FirstTrackId(
  BSTR* trackId
);
[C++]

Parameters

trackId [out, retval]   trackId is a parameter of type BSTR

Product Availability

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

See Also

ITxEnumTrackId Interface