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: |
Properties
- geodatabaseVersion : string
- mapSublayerId : string
- mapSublayerIdAsInt : int
Signals
Detailed Description
Property Documentation
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.
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
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.
Emitted when the mapSublayerId property changes.
Note: The corresponding handler is onMapSublayerIdChanged
.