ArcGISGroupLayer

Namespace: Esri::GameEngine::Layers
Class: Esri/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 displaying ArcGIS Maps.

Constructors

ArcGISGroupLayer(const FString&)

Creates a new group layer.

Since 1.5.0

Arguments
NameTypeConstSummary
APIKey
Yes

API key used to load data.

ArcGISGroupLayer(const FString&, float, bool, const FString&)

Creates a new group layer.

Since 1.5.0

Arguments
NameTypeConstSummary
name
Yes

Layer name.

opacity
No

Layer opacity.

visible
No

Layer visible or not.

APIKey
Yes

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
ArcGISCollection<ArcGISLayer>
No
No

The child layers associated with a group layer.

No
No

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

Layers

ArcGISCollection<ArcGISLayer> GetLayers() const

void SetLayers(const ArcGISCollection<ArcGISLayer>& layers)

The child layers associated with a group layer.

VisibilityMode

ArcGISGroupVisibilityMode GetVisibilityMode() const

void SetVisibilityMode(const ArcGISGroupVisibilityMode& 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.