com.esri.arcgis.geodatabase
Interface IGPNetworkDatasetMembership

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPNetworkDatasetMembership

public interface IGPNetworkDatasetMembership
extends Serializable

Provides access to members that describe the properties of a feature class' network dataset membership.

Product Availability

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


Method Summary
 String getNetworkDatasetName()
          The name of the network dataset this feature class participates in.
 void setNetworkDatasetName(String name)
          The name of the network dataset this feature class participates in.
 

Method Detail

getNetworkDatasetName

String getNetworkDatasetName()
                             throws IOException,
                                    AutomationException
The name of the network dataset this feature class participates in.

Product Availability

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

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNetworkDatasetName

void setNetworkDatasetName(String name)
                           throws IOException,
                                  AutomationException
The name of the network dataset this feature class participates in.

Product Availability

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

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.