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


IPlugInDatasetHelper3.FetchWithFilterWithTime Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper3 Interface > IPlugInDatasetHelper3.FetchWithFilterWithTime Method
ArcGIS Developer Help

IPlugInDatasetHelper3.FetchWithFilterWithTime Method

Gets the records according to the envelope, where clause, FIDSet or time extent.

[Visual Basic .NET]
Public Function FetchWithFilterWithTime ( _
    ByVal ClassIndex As Integer, _
    ByVal envelope As IEnvelope, _
    ByVal strictSearch As Boolean, _
    ByVal WhereClause As String, _
    ByVal FIDSet As IFIDSet, _
    ByVal FieldMap As Object, _
    ByVal TimeValue As ITimeValue, _
    ByVal SpatialResolution As Double _
) As IPlugInCursorHelper
[C#]
public IPlugInCursorHelper FetchWithFilterWithTime (
    int ClassIndex,
    IEnvelope envelope,
    bool strictSearch,
    string WhereClause,
    IFIDSet FIDSet,
    object FieldMap,
    ITimeValue TimeValue,
    double SpatialResolution
);
[C++]
HRESULT FetchWithFilterWithTime(
  long ClassIndex,
  IEnvelope* envelope,
  VARIANT_BOOL strictSearch,
  BSTR WhereClause,
  IFIDSet* FIDSet,
  VARIANT FieldMap,
  ITimeValue* TimeValue,
  double SpatialResolution
);
[C++]
Parameters
ClassIndex [in]

ClassIndex is a parameter of type long envelope [in]
envelope is a parameter of type IEnvelope* strictSearch [in]
strictSearch is a parameter of type bool WhereClause [in]
WhereClause is a parameter of type BSTR FIDSet [in]
FIDSet is a parameter of type IFIDSet* FieldMap [in]
FieldMap is a parameter of type VARIANT TimeValue [in]
TimeValue is a parameter of type ITimeValue* SpatialResolution [in]
SpatialResolution is a parameter of type double

Product Availability

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

See Also

IPlugInDatasetHelper3 Interface