Name of the new geometric network.
[Visual Basic 6.0] Property NetworkName As String
[Visual Basic .NET]
Public WriteOnly Property NetworkName
[C#] public void NetworkName {set;}
[Java] public setNetworkName ( String )
[C++]
HRESULT put_NetworkName(
BSTR
);
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.