Show / Hide Table of Contents

Property LevelIds

LevelIds

Gets a mutable list of levels of detail indices to be included in the exported TileCache.

Declaration
public IList<int> LevelIds { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.Int32>

A mutable list of levels of detail indices to be included in the exported TileCache.

Remarks

You must include at least one Level ID. The values should correspond to Level IDs in the service's tiling scheme. You can specify consecutive levels (for example 1,2,3,4,5) or skip some levels (for example for the ranges 1-3 and 7-9 you would specify 1,2,3,7,8,9).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Export tiles: Download tiles to a local tile cache file stored on the device.
In This Article
Back to top Copyright © 2022 Esri.