MapSublayerSource QML Type

Sublayer source that refers to an existing layer in the current map service. More...

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

SublayerSource

Properties

Signals

Detailed Description

Property Documentation

geodatabaseVersion : string

The geodatabase version name, if applicable.


mapSublayerId : string

The ID of the source sublayer of this object.

This property can be set only when instantiating this type.

Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

See also mapSublayerIdAsInt.


mapSublayerIdAsInt : int

The same as mapSublayerId but represented as an integer type.

This property can be set only when instantiating this type.

Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

This property was introduced in Esri.ArcGISRuntime 100.3.


Signal Documentation

geodatabaseVersionChanged()

Emitted when the geodatabaseVersion property changes.

Note: The corresponding handler is onGeodatabaseVersionChanged.


mapSublayerIdAsIntChanged()

Emitted when the mapSublayerIdAsInt property changes.

Note: The corresponding handler is onMapSublayerIdAsIntChanged.

This signal was introduced in Esri.ArcGISRuntime 100.3.


mapSublayerIdChanged()

Emitted when the mapSublayerId property changes.

Note: The corresponding handler is onMapSublayerIdChanged.


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