This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer3 Interface > ITemporalLayer3.MostCurrentInTrack Property (ArcObjects .NET 10.5 SDK) |
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