ArcObjects Library Reference (EditorExt)  

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