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


ITemporalSearch.LastKnownOIDs Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITemporalSearch.LastKnownOIDs Method

Searches for the last known OIDs in the dataset.

[Visual Basic .NET]
Public Function LastKnownOIDs ( _
    ByVal varStartingTime As Object, _
    ByVal varEndingTime As Object _
) As IFeatureIDSet
[C#]
public IFeatureIDSet LastKnownOIDs (
    object varStartingTime,
    object varEndingTime
);
[C++]
HRESULT LastKnownOIDs(
  VARIANT varStartingTime,
  VARIANT varEndingTime,
  IFeatureIDSet** ppiOIDs
);
[C++]

Parameters varStartingTime [in] varStartingTime is a parameter of type VARIANT varEndingTime [in] varEndingTime is a parameter of type VARIANT ppiOIDs [out, retval]
ppiOIDs is a parameter of type IFeatureIDSet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalSearch Interface