ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceHelper Interface

Provides access to members that help the Plug-In workspace.

Product Availability

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

Description

This interface must be implemented by the plug-in workspace helper class of a plug-in data source.

Members

Description
Read-only property DatasetNames An array of dataset helpers for each dataset in the workspace.
Read-only property NativeType The native type object for datasetType.
Read-only property OIDIsRecordNumber Indicates whether the OID is the number of the record, i.e., whether id's are continuous.
Method OpenDataset Opens a dataset helper for the dataset identified by localName.
Read-only property RowCountIsCalculated Indicates if a dataset has to count each row to get the number of rows in the dataset.

CoClasses that implement IPlugInWorkspaceHelper

CoClasses and Classes Description
FMEWorkspaceHelper (esriDataInterop) FMEWorkspaceHelper Class

.NET Samples

Simple point plug-in data source (Code Files: SimplePointWkspFact)

.NET Related Topics

Creating a plug-in data source