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


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

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

Name 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.

Classes that implement IPlugInDatasetInfo

Classes Description
FMEDatasetHelper (esriDataInterop) FMEDatasetHelper Class