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


INetworkLoader.NetworkName Property (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.NetworkName Property
ArcGIS Developer Help

INetworkLoader.NetworkName Property

Name of the new geometric network.

[Visual Basic .NET]
Public WriteOnly Property NetworkName
[C#]
public void NetworkName {set;}
[C++]
HRESULT put_NetworkName(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

Remarks

You need to give your geometric network a name. The name of the geometric network must be unique within the geodatabase. If you only have one geometric network in your feature dataset you might choose to give it the same name as that of the feature dataset.

See Also

INetworkLoader Interface