This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxEnumTrackId Interface > ITxEnumTrackId.TrackFeatures Property (ArcObjects .NET 10.4 SDK) |
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