This document is archived and information here might be outdated.  Recommended version.


IRasterFunctionHelper Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionHelper Interface
ArcGIS Developer Help

IRasterFunctionHelper Interface

Provides access to members that control a raster function helper.

Product Availability

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

Members

Name Description
Method Bind Binds function arguments to the associated raster function.
Method CreateRaster Creates a new raster using a given reference raster.
Read-only property Raster The current source raster.
Read-only property RasterInfo The raster information after this function is applied to an object.
Method Read Reads a pixel block starting from the top left corner.
Read/write property ReferenceProperties The properties to be used in reference raster.
Read/write property Resampling Indicates if this raster source wants to perform resampling.
Read/write property SupportBandSelection Indicates if this function supports band selection.

Classes that implement IRasterFunctionHelper

Classes Description
RasterFunctionHelper A class for a raster function helper.

.NET Samples

Create a custom raster function Create an NDVI custom raster function