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.AddNetwork Method (ArcObjects .NET 10.5 SDK) |
Loads a geometric network into the Network Analysis extension.
[Visual Basic .NET] Public Sub AddNetwork ( _ ByVal geometricNetwork As IGeometricNetwork _ )
[C#] public void AddNetwork ( IGeometricNetwork geometricNetwork );
The AddNetwork method does not explicitly add layers to the Network Analysis Extension. Use the AddLayer method to add layers to the Extension.