Skip to content

ArcGISGroupLayer

Namespace: GameEngine.Layers
Class: GameEngine/Layers/ArcGISGroupLayer
Since: 1.5.0
Inheritance: ArcGISLayer->ArcGISGroupLayer

Summary

A container for other layers and group layers. It is used to represent datasets that are composed of multiple layers to be managed as a single layer with respect to display in a map or scene.

Constructors

ArcGISGroupLayer(string)

Creates a new group layer.

Since 1.5.0

Arguments
NameTypeSummary
APIKeystring

API key used to load data.

ArcGISGroupLayer(string, float, bool, string)

Creates a new group layer.

Since 1.5.0

Arguments
NameTypeSummary
namestring

Layer name.

opacityfloat

Layer opacity.

visiblebool

Layer visible or not.

APIKeystring

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
LayersArcGISCollection<ArcGISLayer>NoNo

The child layers associated with a group layer.

VisibilityModeArcGISGroupVisibilityModeNoNo

The visibility mode for the group layer and all child layers.

Layers

ArcGISCollection<ArcGISLayer> Layers

The child layers associated with a group layer.

VisibilityMode

The visibility mode for the group layer and all child layers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.