Represents arguments associated with a raster function. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- argumentNames : list<string>
- rasterNames : list<string>
Signals
Methods
- void setArgument(string name, string value)
- void setRaster(string rasterName, Raster raster)
Detailed Description
Obtain the RasterFunctionArguments from the RasterFunction.
Note: You cannot declare or create a component of this type in QML code.
See also Loadable.
Property Documentation
Returns a list of argument variable names in the raster function arguments (read-only).
This property was introduced in Esri.ArcGISRuntime 100.2.
Returns a list of raster names associated with the corresponding raster function (read-only).
Signal Documentation
Emitted when the a raster is set using the setRaster method.
Note: The corresponding handler is onRasterChanged
.
Method Documentation
Sets the argument value for the argument with the specified name.
This method was introduced in Esri.ArcGISRuntime 100.2.
void setRaster(string rasterName, Raster raster) |
Sets the raster for the provided rasterName.