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


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

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

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

Classes that implement IPlugInWorkspaceHelper

Classes Description
FMEWorkspaceHelper (esriDataInterop) FMEWorkspaceHelper Class

.NET Samples

Simple point plug-in data source