This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITemporalSearch Interface > ITemporalSearch.LastKnownOIDs Method (ArcObjects .NET 10.4 SDK) |
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