Show / Hide Table of Contents

Property SyncDimensions

SyncDimensions

Gets or sets a value indicating whether Dimension data is to be included from the service, when generating, or synchronizing with, an offline geodatabase.

Declaration
public bool SyncDimensions { get; set; }
Property Value
Type Description
Boolean

true if Dimension data is to be included; otherwise, false.

Remarks

Feature layers and tables are always included in the generation and synchronization of the geodatabase. Dimension data can be optionally included.

The default value is true. Dimension data will be included.

SupportsDimensions can be used to check whether Dimension data is available from the service.

This property can be used at the same time as specifying other additional data types to be included.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14
.NET 6.0100.14
.NET 6.0 Windows100.14
.NET Framework100.14
Xamarin.Android100.14
Xamarin.iOS100.14
UWP100.14
In This Article
Back to top Copyright © 2021 Esri.