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


ITemporalSearch.LastKnownFeatures Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITemporalSearch.LastKnownFeatures Method

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.

See Also

ITemporalSearch Interface