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


IPlugInWorkspaceHelper.OpenDataset Method (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 > IPlugInWorkspaceHelper.OpenDataset Method
ArcGIS Developer Help

IPlugInWorkspaceHelper.OpenDataset Method

Opens a dataset helper for the dataset identified by localName.

[Visual Basic .NET]
Public Function OpenDataset ( _
    ByVal localName As String _
) As IPlugInDatasetHelper
[C#]
public IPlugInDatasetHelper OpenDataset (
    string localName
);
[C++]
HRESULT OpenDataset(
  BSTR localName
);
[C++]
Parameters
localName [in]

localName is a parameter of type BSTR

Product Availability

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

Description

Creates and initializes an instance of the dataset helper class and returns its IPlugInDatasetHelper pointer. If localName is not a local name of a dataset, the method should fail and return a null pointer.

See Also

IPlugInWorkspaceHelper Interface