This document is archived and information here might be outdated.  Recommended version.


ITemporalLayer3.MostCurrentInTrack Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer3 Interface > ITemporalLayer3.MostCurrentInTrack Property
ArcGIS Developer Help

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