RasterFunctionArguments QML Type

Represents arguments associated with a raster function. More...

Import Statement: import Esri.ArcGISRuntime 100.15
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

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.


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

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close