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 mode defines whether feature tiling is used to retrieve the features from the feature service.

Remarks

The default tiling mode is EnabledWhenSupported. If the service supports tiling with full resolution, the user can set any of the tiling modes. If the service only supports quantized tiling and if the user sets the tiling mode to EnabledWithFullResolutionWhenSupported, the oriented imagery layer falls back to Disabled on load. If the user sets the tiling mode to EnabledWhenSupported after load, we will clear the cache and set the tiling mode to EnabledWhenSupported. If the service does not support tiling at all and the user sets either of the enabled modes, the oriented imagery layer falls back to Disabled on load and any attempt to set a different value after load is a no-op.

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.