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


IFeatureWorkspace.OpenFeatureDataset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureWorkspace Interface > IFeatureWorkspace.OpenFeatureDataset Method
ArcGIS Developer Help

IFeatureWorkspace.OpenFeatureDataset Method

Opens an existing feature dataset.

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

Name is a parameter of type BSTR

Product Availability

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

Remarks

The OpenFeatureDataset method can be used to open any existing feature dataset in the workspace given its fully qualified name.

Use the IDatabaseConnectionInfo interface to determine the User and Database (if applicable).  ISQLSyntax::QualifyTableName can be used to determine the fully qualified name for a feature dataset.

See Also

IFeatureWorkspace Interface | IDatabaseConnectionInfo Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver