Show / Hide Table of Contents

Enum UtilityNetworkSyncMode

The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.

Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityNetworkSyncMode

Fields

Name Description
None

No utility network resource will be synced.

SyncSystemAndTopologyTables

Utility network topology and system tables will be synced.

The utility network topology enables offline trace capability. The service must return true for SupportsUtilityNetworkTopology to support taking utility network topology offline. Selecting this enum value will also sync the utility network system tables.

SyncSystemTables

Utility Network system tables will be synced.

The service must return true for SupportsUtilityNetworkSystem to support taking Utility Network System data offline.

Applies to

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