com.esri.arcgis.geodatabase
Interface INetworkProtectNames

All Superinterfaces:
Serializable
All Known Implementing Classes:
INetworkProtectNamesProxy

public interface INetworkProtectNames
extends Serializable

Remarks

The INetworkProtectNames interface is only present for system integrity. Its methods are not meant to be called.

Product Availability

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


Method Summary
 void fromToEdgeWeight()
          fromToEdgeWeight
 void junctionWeight()
          junctionWeight
 void networkID()
          networkID
 void toFromEdgeWeight()
          toFromEdgeWeight
 

Method Detail

junctionWeight

void junctionWeight()
                    throws IOException,
                           AutomationException
junctionWeight

Product Availability

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

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

fromToEdgeWeight

void fromToEdgeWeight()
                      throws IOException,
                             AutomationException
fromToEdgeWeight

Product Availability

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

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

toFromEdgeWeight

void toFromEdgeWeight()
                      throws IOException,
                             AutomationException
toFromEdgeWeight

Product Availability

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

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

networkID

void networkID()
               throws IOException,
                      AutomationException
networkID

Product Availability

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

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