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 |
|
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 100.15 |