This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExt Interface > INetworkAnalysisExt.DeleteNetwork Method (ArcObjects .NET 10.5 SDK) |
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 );
DeleteNetwork simply removes a geometric network from the Network Analysis Extension. It does not delete the geometric network from the geodatabase.