Constructor MultilayerPointSymbol
MultilayerPointSymbol(Nullable<IEnumerable<SymbolLayer>>)
Initializes a new instance of the Multilayer
Declaration
public MultilayerPointSymbol(IEnumerable<SymbolLayer>? symbolLayers)
Parameters
Type | Name | Description |
---|---|---|
System. |
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
Target | Versions |
---|---|
UWP | 100.15 |
MultilayerPointSymbol(Nullable<IEnumerable<SymbolLayer>>, SymbolReferenceProperties)
Initializes a new instance of the Multilayer
Declaration
public MultilayerPointSymbol(IEnumerable<SymbolLayer>? symbolLayers, SymbolReferenceProperties referenceProperties)
Parameters
Type | Name | Description |
---|---|---|
System. |
symbolLayers | A collection of symbol layers that make up the symbol. |
Symbol |
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
Target | Versions |
---|---|
UWP | 100.15 |