This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader Interface > INetworkLoader.NetworkName Property (ArcObjects .NET 10.4 SDK) |
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
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.