Loads a geometric network into the Network Analysis extension.
[Visual Basic 6.0] Sub AddNetwork(
ByVal geometricNetwork As IGeometricNetwork _
)
[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.