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


IPlugInDatasetHelper3.FetchWithFilterWithTime Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  IPlugInCursorHelper** cursorHelper
);
[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 VARIANT_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 cursorHelper [out, retval]
cursorHelper is a parameter of type IPlugInCursorHelper

Product Availability

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

See Also

IPlugInDatasetHelper3 Interface