This document is archived and information here might be outdated.  Recommended version.


INetworkLoader.LoadNetwork Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader Interface > INetworkLoader.LoadNetwork Method
ArcGIS Developer Help

INetworkLoader.LoadNetwork Method

Creates the new geometric network inside the feature dataset.

[Visual Basic .NET]
Public Sub LoadNetwork ( _
)
[C#]
public void LoadNetwork (
);
[C++]
HRESULT LoadNetwork(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Once you have populated the NetworkLoader object with all of the parameters for your network you can call the LoadNetwork method.

See Also

INetworkLoader Interface