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


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

IPlugInDatasetHelper2.FetchWithFilter Method

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

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

ClassIndex is a parameter of type long env [in]
env 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

Product Availability

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

See Also

IPlugInDatasetHelper2 Interface