Provides access to properties of a network dataset name.
Members
Name | Description | |
---|---|---|
FeatureDatasetName | Name of feature dataset containing the network dataset. |
INetworkDatasetName.FeatureDatasetName Property
Name of feature dataset containing the network dataset.
Public Property FeatureDatasetName As IDatasetName
public IDatasetName FeatureDatasetName {get; set;}
Remarks
The FeatureDatasetName property in the INetworkDatasetNameinterface returns the name object for the feature dataset containing the network dataset. For a shapefile network dataset, the FeatureDatasetName is null.
Classes that implement INetworkDatasetName
Classes | Description |
---|---|
NetworkDatasetName | A container for describing this network dataset's name properties. |
Remarks
The FeatureDatasetName property in the INetworkDatasetNameinterface returns the name object for the feature dataset containing the network dataset. For a shapefile network dataset, the FeatureDatasetName is null.