ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxEnumTrackId.TrackFeatures Property

Returns a selection set of features in a given track.

[Visual Basic .NET]
Public Function get_TrackFeatures ( _
    ByVal trackId As String _
) As ISelectionSet
[C#]
public ISelectionSet get_TrackFeatures (
    string trackId
);
[C++]
HRESULT get_TrackFeatures(
  BSTR trackId,
  ISelectionSet** features
);
[C++]

Parameters

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

  features is a parameter of type ISelectionSet

Product Availability

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

See Also

ITxEnumTrackId Interface