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


ITemporalRecordSet.Search Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalRecordSet Interface > ITemporalRecordSet.Search Method
ArcGIS Developer Help

ITemporalRecordSet.Search Method

Performs a query on the record set for the given time range, returning a feature cursor.

[Visual Basic .NET]
Public Function Search ( _
    ByVal QueryFilter As IQueryFilter, _
    ByVal Recycling As Boolean, _
    ByVal forDrawing As Boolean _
) As IFeatureCursor
[C#]
public IFeatureCursor Search (
    IQueryFilter QueryFilter,
    bool Recycling,
    bool forDrawing
);
[C++]
HRESULT Search(
  IQueryFilter* QueryFilter,
  VARIANT_BOOL Recycling,
  VARIANT_BOOL forDrawing
);
[C++]
Parameters
QueryFilter [in]

QueryFilter is a parameter of type IQueryFilter* Recycling [in]
Recycling is a parameter of type bool forDrawing [in]
forDrawing is a parameter of type bool

Product Availability

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

See Also

ITemporalRecordSet Interface