Show / Hide Table of Contents

Property TilingMode

TilingMode

Gets or sets the mode defines whether feature tiling is used to retrieve the features from the feature service.

Declaration
public FeatureTilingMode TilingMode { get; set; }
Property Value
Type Description
FeatureTilingMode

The feature tiling mode in use by the feature layer. Default is EnabledWhenSupported.

Remarks

The default tiling mode is EnabledWhenSupported. If the service supports tiling with full resolution, you can set any of the tiling modes. If the service only supports quantized tiling and this value is set to EnabledWithFullResolutionWhenSupported, the feature layer falls back to Disabled on load. If set to EnabledWhenSupported after load, the cache is cleared and tiling is set to EnabledWhenSupported. If the service does not support tiling and either enabled mode is set, the feature layer falls back to Disabled on load and setting another value after load is a no-op.

See Also
FeatureTilingMode

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.