RasterSublayerSource QML Type
Sublayer source that is a file-based raster, residing in a registered raster workspace. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- dataSourceName : string
- workspaceId : string
Signals
Detailed Description
Property Documentation
dataSourceName : string |
The name of the data source for this object.
This property can be set only before instantiation.
workspaceId : string |
The workspace ID for this object.
Signal Documentation
dataSourceNameChanged() |
Emitted when the dataSourceName property changes.
Note: The corresponding handler is onDataSourceNameChanged
.
workspaceIdChanged() |
Emitted when the workspaceId property changes.
Note: The corresponding handler is onWorkspaceIdChanged
.