Searches for last known features in the dataset.
[Visual Basic .NET] Public Function LastKnownFeatures ( _ ByVal varStartingTime As Object, _ ByVal varEndingTime As Object _ ) As ICursor
[C#] public ICursor LastKnownFeatures ( object varStartingTime, object varEndingTime );
[C++]
HRESULT LastKnownFeatures(
VARIANT varStartingTime,
VARIANT varEndingTime,
ICursor** ppiCursor
);
[C++]Parameters
varStartingTime [in] varStartingTime is a parameter of type VARIANT varEndingTime [in] varEndingTime is a parameter of type VARIANT ppiCursor [out, retval]ppiCursor is a parameter of type ICursor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.