com.esri.arcgis.geodatabase
Interface INetworkDatasetName

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetworkDatasetName

public interface INetworkDatasetName
extends Serializable

Provides access to properties of a network dataset name.

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.

Product Availability

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


Method Summary
 IDatasetName getFeatureDatasetName()
          Name of feature dataset containing the network dataset.
 void setFeatureDatasetNameByRef(IDatasetName name)
          Name of feature dataset containing the network dataset.
 

Method Detail

getFeatureDatasetName

IDatasetName getFeatureDatasetName()
                                   throws IOException,
                                          AutomationException
Name of feature dataset containing the network dataset.

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.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureDatasetNameByRef

void setFeatureDatasetNameByRef(IDatasetName name)
                                throws IOException,
                                       AutomationException
Name of feature dataset containing the network dataset.

Product Availability

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

Parameters:
name - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.