ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionHelper.Bind Method

Binds function arguments to the associated raster function.

[Visual Basic .NET]
Public Sub Bind ( _
    ByVal pArguments As Object _
)
[C#]
public void Bind (
    object pArguments
);
[C++]
HRESULT Bind(
  LPUNKNOWN pArguments
);
[C++]

Parameters

pArguments [in]   pArguments is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRasterFunctionHelper Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction) | Create a custom raster function (Code Files: WatermarkFunction)