ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer3.MostCurrentInTrack Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLayer3 Interface