ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExt.DeleteNetwork Method

Unloads a geometric network from the Network Analysis extension.

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

Product Availability

Available with ArcGIS Desktop.

Description

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

Example

INetworkAnalysisExt Example

 


Feedback Send feedback on this page