Show / Hide Table of Contents

Constructor MultilayerPointSymbol

MultilayerPointSymbol(Nullable<IEnumerable<SymbolLayer>>)

Initializes a new instance of the MultilayerPointSymbol class with symbol layers.

Declaration
public MultilayerPointSymbol(IEnumerable<SymbolLayer>? symbolLayers)
Parameters
Type Name Description
System.Nullable<IEnumerable<SymbolLayer>> symbolLayers

A collection of symbol layers that make up the symbol.

Remarks

Symbol layers in a multilayer symbol are in reverse order of how they appear in the JSON representation from the server.

Applies to

Platforms and versions
TargetVersions
UWP100.15

MultilayerPointSymbol(Nullable<IEnumerable<SymbolLayer>>, SymbolReferenceProperties)

Initializes a new instance of the MultilayerPointSymbol class with symbol layers.

Declaration
public MultilayerPointSymbol(IEnumerable<SymbolLayer>? symbolLayers, SymbolReferenceProperties referenceProperties)
Parameters
Type Name Description
System.Nullable<IEnumerable<SymbolLayer>> symbolLayers

A collection of symbol layers that make up the symbol.

SymbolReferenceProperties referenceProperties

The symbol reference properties for the symbol.

Remarks

Symbol layers in a multilayer symbol are in reverse order of how they appear in the JSON representation from the server.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.