ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetInfo Interface

Provides access to members that describe a dataset.

Product Availability

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

Description

Must be implemented by the plug-in dataset helper class of a plug-in data source. The methods are called for data browsing, so they should be lightweight.

Members

Description
Read-only property DatasetType The type of the dataset.
Read-only property GeometryType The geometry type of the dataset.
Read-only property LocalDatasetName The name of the dataset within the workspace.
Read-only property ShapeFieldName The name of the dataset's shape field.

CoClasses that implement IPlugInDatasetInfo

CoClasses and Classes Description
FMEDatasetHelper (esriDataInterop) FMEDatasetHelper Class