com.esri.arcgis.geodatabase
Interface INetDiagnostics
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - INetDiagnosticsProxy
 
public interface INetDiagnostics
- extends Serializable
 
Provides access to logical network diagnostics methods.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 void | 
dump(String fileName)
 
          Dump the contents of the logical network to the given file. | 
 
dump
void dump(String fileName)
          throws IOException,
                 AutomationException
- Dump the contents of the logical network to the given file.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Parameters:
 fileName - The fileName  (in)
- Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.