This document is archived and information here might be outdated. Recommended version. |
Returns the most current feature within the given track.
[Visual Basic .NET] Public Function get_MostCurrentInTrack ( _ ByVal trackName As String _ ) As IFeature
[C#] public IFeature get_MostCurrentInTrack ( string trackName );
[C++]
HRESULT get_MostCurrentInTrack(
BSTR trackName,
IFeature** feature
);
[C++]
Parameters trackName [in]
trackName is a parameter of type BSTR feature [out, retval]
feature is a parameter of type IFeature**