Show / Hide Table of Contents

Property AlternateSymbols

AlternateSymbols

Gets the alternate symbols for the class break's primary symbol.

Declaration
public IList<Symbol> AlternateSymbols { get; }
Property Value
Type Description
IList<Symbol>

The alternate symbols for the class break's primary symbol.

Remarks

Symbols in this list should be of type MultilayerSymbol and must have SymbolReferenceProperties set with valid minimum and maximum scale at which symbol becomes visible. Renderer will pick only one symbol at a given map scale. If primary symbol's scale range falls within the map's scale, primary symbol is used. If not, then symbols in alternate symbols list are iterated through and first symbol matching the current map scale is picked for rendering. A symbol becomes visible if the map scale is less than or equal to symbol's minimum scale and greater than symbol's maximum scale.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.13 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.13 - 200.2
Android100.13 - 100.15
iOS100.13 - 100.15
UWP100.13 - 200.2
In This Article
Back to top Copyright © 2022 Esri.