Show / Hide Table of Contents

Property ServiceGeodatabase

ServiceGeodatabase

Gets the ServiceGeodatabase of the UtilityNetwork.

Declaration
public ServiceGeodatabase ServiceGeodatabase { get; }
Property Value
Type Description
ServiceGeodatabase

The ServiceGeodatabase of the UtilityNetwork.

Remarks

The ServiceGeodatabase used by the ServiceFeatureTable in NetworkSources.

Use this property to switch to a branch version, manage edits, or query related records of tables participating in this UtilityNetwork.

This property is null when the UtilityNetwork is retrieved from a Geodatabase or mobile map.

Note that calling CloseAsync() on a ServiceGeodatabase that is used by a UtilityNetwork will render this UtilityNetwork unusable. An attempt to create an element, get associations, get features from elements, or perform a trace after this ServiceGeodatabase is closed will fail with GeodatabaseClosedException.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In This Article
Back to top Copyright © 2022 Esri.