ArcObjects Library Reference (NetworkAnalysis)  

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

.NET Related Topics

Creating geometric networks within a geodatabase