ArcObjects Library Reference (GeoDatabase)  

INetworkDatasetName.FeatureDatasetName Property

Name of feature dataset containing the network dataset.

[Visual Basic .NET]
Public Property FeatureDatasetName As IDatasetName
[C#]
public IDatasetName FeatureDatasetName {get; set;}
[C++]
HRESULT get_FeatureDatasetName(
  IDatasetName** Name
);
[C++]
HRESULT putref_FeatureDatasetName(
  IDatasetName* Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IDatasetName

Name [in]

  Name is a parameter of type IDatasetName

Product Availability

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

Remarks

The FeatureDatasetName property in the INetworkDatasetName interface returns the name object for the feature dataset containing the network dataset. For a shapefile network dataset, the FeatureDatasetName is null.

See Also

INetworkDatasetName Interface