SubtypeSublayer QML Type

A sublayer that allows custom rendering for features of a particular subtype. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.7
Inherits:

ArcGISSublayer

Properties

Signals

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

labelDefinitions : LabelDefinitionListModel

The collection of label definitions for the sublayer.


labelsEnabled : bool

Returns whether the sublayer's labels are enabled.

Makes the property ArcGISSublayer::labelsEnabled writable.


maxScale : double

Returns the maximum scale at which the sublayer displays.

Makes the property ArcGISSublayer::maxScale writable.


minScale : double

Returns the minimum scale at which the sublayer displays.

Makes the property ArcGISSublayer::minScale writable.


opacity : real

Returns the sublayer's opacity.

Makes the property ArcGISSublayer::opacity writable.


renderer : Renderer

Returns the renderer specifying how the features should be symbolized.

Makes the property ArcGISSublayer::renderer writable.


subtype : FeatureSubtype

The subtype in the feature service that this subtype represents


Signal Documentation

subtypeChanged()

Emitted when the subtype property changes.

Note: The corresponding handler is onSubtypeChanged.


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