Method GetUtilityNetwork
GetUtilityNetwork(String)
Gets a UtilityNetwork from the geodatabase with the specified utility network name.
Declaration
public UtilityNetwork GetUtilityNetwork(string utilityNetworkName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | utilityNetworkName | The name of the utility network. |
Returns
| Type | Description |
|---|---|
| UtilityNetwork | The UtilityNetwork with the specified utility network name. |
Remarks
If the specified utility network is not found, then no UtilityNetwork is returned.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.11 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.11 - 100.15 |
| .NET 5 | 100.11 - 100.12 |
| .NET Core 3.1 | 100.11 - 100.12 |
| Xamarin.Android | 100.11 - 100.15 |
| Xamarin.iOS | 100.11 - 100.15 |
| UWP | 100.11 - 100.15 |