This document is archived and information here might be outdated. Recommended version. |
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**