Constructor UtilityNetwork
UtilityNetwork(Uri)
Initializes a new instance of the Utility
Declaration
public UtilityNetwork(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The URI to the Feature Service. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
UtilityNetwork(Uri, Credential)
Initializes a new instance of the Utility
Declaration
public UtilityNetwork(Uri uri, Credential credential)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The URI to the Feature Service. |
Credential | credential | The security credential for the feature service. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
UtilityNetwork(Uri, Map)
Initializes a new instance of the Utility
Declaration
public UtilityNetwork(Uri uri, Map map)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The URI to the Feature Service. |
Map | map | A Map that provides FeatureTables to be reused by the utility network. |
Remarks
Creates a utility network associated with a particular service, using the same Arc
This Utility
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |