This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExt.DeleteNetwork Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExt Interface > INetworkAnalysisExt.DeleteNetwork Method
ArcGIS Developer Help

INetworkAnalysisExt.DeleteNetwork Method

Unloads a geometric network from the Network Analysis extension.

[Visual Basic .NET]
Public Sub DeleteNetwork ( _
    ByVal geometricNetwork As IGeometricNetwork _
)
[C#]
public void DeleteNetwork (
    IGeometricNetwork geometricNetwork
);

Product Availability

Available with ArcGIS Desktop.

Remarks

DeleteNetwork simply removes a geometric network from the Network Analysis Extension.  It does not delete the geometric network from the geodatabase.

See Also

INetworkAnalysisExt Interface