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 |
|
DatasetNames |
An array of dataset helpers for each dataset in the workspace. |
|
NativeType |
The native type object for datasetType. |
|
OIDIsRecordNumber |
Indicates whether the OID is the number of the record, i.e., whether id's are continuous. |
|
OpenDataset |
Opens a dataset helper for the dataset identified by localName. |
|
RowCountIsCalculated |
Indicates if a dataset has to count each row to get the number of rows in the dataset. |
CoClasses that implement IPlugInWorkspaceHelper
.NET Samples
Simple point plug-in data source (Code Files:
SimplePointWkspFact)
.NET Related Topics
Creating a plug-in data source