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


IPlugInDatasetHelper3 Interface (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
ArcGIS Developer Help

IPlugInDatasetHelper3 Interface

Provides access to members that help Plug-In datasets.

Product Availability

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

Members

Name Description
Read-only property Bounds The extent of the dataset.
Read-only property ClassCount The number of classes in the dataset.
Read-only property ClassIndex The index of the named class.
Read-only property ClassName The name of the indicated class.
Method FetchAll Gets all the records in the database.
Method FetchByEnvelope Gets the records within the envelope (or the full extent if the envelope is null).
Method FetchByID Gets a record by object id.
Method FetchWithFilter Gets the records according to the envelope, where clause or FIDSet.
Method FetchWithFilterWithTime Gets the records according to the envelope, where clause, FIDSet or time extent.
Read-only property Fields The field set of the indicated class.
Read-only property OIDFieldIndex The index of the oid field in the field set of the indicated dataset.
Read-only property ShapeFieldIndex The index of the shape field in the field set of the indicated dataset.

Inherited Interfaces

Interfaces Description
IPlugInDatasetHelper2 Provides access to members that help Plug-In datasets.
IPlugInDatasetHelper Provides access to members that help Plug-In datasets.

Classes that implement IPlugInDatasetHelper3

Classes Description