MapSublayerSource QML Type
Sublayer source that refers to an existing layer in the current map service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- MapSublayerSource is part of QML Type List.
Properties
- geodatabaseVersion : string
- mapSublayerId : string
- mapSublayerIdAsInt : int
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 property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also mapSublayerIdAsInt.
[since Esri.ArcGISRuntime 100.3] 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 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
.
|
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
.