Property OperationalLayers
OperationalLayers
Gets or sets the collection of operational layers in the map or scene.
Declaration
public LayerCollection OperationalLayers { get; set; }
Property Value
Type | Description |
---|---|
LayerCollection | The collection of operational layers in the map or scene. |
Remarks
Operational layers, which display between BaseLayers and ReferenceLayers, are hosted and managed on the ArcGIS Platform as feature layers, KML layers, WFS layers, tile layers, and more. Several layer types can also be used by your ArcGIS Runtime app as local layers, such as feature layers and tiled layers.
A Layer instance can only belong to one map or scene at a time. To reuse a layer, either Clone() it or remove it from its previous map or scene first.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |