RasterFunctionArguments QML Type

  • Esri.ArcGISRuntime
  • RasterFunctionArguments
  • Represents arguments associated with a raster function. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Properties

    Signals

    Methods

    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

    [read-only, since Esri.ArcGISRuntime 100.2] argumentNames : list<string>

    Returns a list of argument variable names in the raster function arguments (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.2.


    [read-only] rasterNames : list<string>

    Returns a list of raster names associated with the corresponding raster function (read-only).


    Signal Documentation

    rasterChanged()

    Emitted when the a raster is set using the setRaster method.

    Note: The corresponding handler is onRasterChanged.


    Method Documentation

    [since Esri.ArcGISRuntime 100.2] void setArgument(string name, string value)

    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.


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