• GeoprocessingParameter
  • class Esri::ArcGISRuntime::GeoprocessingParameter

    Base class for all parameter types that can be used in geoprocessing. More...

    Public Functions

    virtual ~GeoprocessingParameter() override
    Esri::ArcGISRuntime::GeoprocessingParameterType parameterType() const

    Detailed Description

    Relevant samples:

    • Local server geoprocessing: Create contour lines from local raster data using a local geoprocessing package `.gpkx` and the contour geoprocessing tool.

    Member Function Documentation

    [override virtual noexcept] GeoprocessingParameter::~GeoprocessingParameter()

    Destructor.

    Esri::ArcGISRuntime::GeoprocessingParameterType GeoprocessingParameter::parameterType() const

    Gets the type of this geoprocessing parameter instance.