ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments Interface

Provides access to members that control raster function argments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property FileList The list of all files associated with the arguments.
Method GetValue Gets a named argument value.
Read-only property Names The list of all argument names.
Method PutValue Puts a named argument value.
Method Remove Removes a named argument value.
Method RemoveAll Removes all argument values.
Method Resolve Resolves function variables using a row and set of properties.
Method Update Updates function variables using a row and set of properties.
Read-only property Values The list of all arguments.

CoClasses that implement IRasterFunctionArguments

CoClasses and Classes Description
ArithmeticFunctionArguments A class for colormap raster function arguments.
ClipFunctionArguments The class for a raster clipping function arguments.
ColormapFunctionArguments A class for colormap raster function arguments.
ColorspaceConversionFunctionArguments The class for raster colorspace conversion arguments.
ConstantFunctionArguments The arguments for the constant raster function.
ConvolutionFunctionArguments A class for convolution raster function arguments.
ExcludedAreaFunctionArguments The arguments for the ExcludedArea raster function.
ExtractBandFunctionArguments A class for band extraction/selection raster function arguments.
FootprintFunctionArguments The arguments for the Footprint raster function.
GeometricFunctionArguments A class for raster geometric function arguments.
GrayscaleFunctionArguments The greyscale conversion function arguments.
HillshadeFunctionArguments The Hillshade function arguments.
MaskFunctionArguments The raster mask function arguments.
MLClassifyFunctionArguments (esriGeoAnalyst) The ML classification function arguments.
MosaicFunctionArguments A class for raster mosaic function arguments.
MosaicRastersFunctionArguments A class for mosaicrasters function arguments.
NDVIFunctionArguments A class for NDVI raster function arguments.
PansharpeningFunctionArguments A class for sharpening raster function arguments.
RasterFunctionTemplateArguments A class for template function arguments.
RasterInfoFunctionArguments The raster info function arguments.
RemapFunctionArguments A class for remap raster function arguments.
SAIFunctionArguments The Slope-Aspect Index (SAI) function arguments.
ShadedReliefFunctionArguments The Shaded Relief function arguments.
SlopeFunctionArguments The Slope function arguments.
SpectralConversionFunctionArguments The spectral conversion function arguments.
StatisticsFunctionArguments A class for statistics raster function arguments.
StretchFunctionArguments A class for stretch raster function arguments.
TrendFunctionArguments The Trend function arguments.

.NET Samples

Create a custom raster function (Code Files: WatermarkFunctionUIClass) |

.NET Related Topics

DataSourcesRaster | How to apply a raster function to an image service |