This document is archived and information here might be outdated.  Recommended version.


ITxEnumTrackId.TrackFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxEnumTrackId Interface > ITxEnumTrackId.TrackFeatures Property
ArcGIS Developer Help

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