ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxEnumTrackId.NextTrackId Property

Retrives the next Track ID in the list.

[Visual Basic .NET]
Public ReadOnly Property NextTrackId As String
[C#]
public string NextTrackId {get;}
[C++]
HRESULT get_NextTrackId(
  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