Show / Hide Table of Contents

Property SupportsUtilityNetworkTopologySyncDownloadOnly

SupportsUtilityNetworkTopologySyncDownloadOnly

Gets a value indicating whether the available utility network topology data support download-only synchronization.

Declaration
public bool SupportsUtilityNetworkTopologySyncDownloadOnly { get; }
Property Value
Type Description
System.Boolean

true if the available utility network topology data support download-only synchronization, false otherwise.

Remarks

If the value is true, utility network topology data can be taken offline with Geodatabase. The downloaded geodatabase cannot be edited directly. If you want to incorporate edits made on the service, you can synchronize the geodatabase using Download.

If the value is false, utility network topology data can only be taken offline with Geodatabase if SupportsUtilityNetworkTopologySync is true. The downloaded geodatabase supports editing and synchronization in any direction - Download, Upload, Bidirectional.

When SupportsUtilityNetworkTopologySync is false, utility network topology data can only be taken offline with None. In this situation, the geodatabase is read-only and does not support synchronization. To integrate updates from the service into the geodatabase, the current geodatabase needs to be replaced by downloading it again.

See Also
SupportsUtilityNetworkTopology
SupportsUtilityNetworkTopologySync
SyncModel
GeodatabaseSyncDirection

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.