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


IRasterFunction.Bind Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunction.Bind Method

Binds function arguments to this 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

IRasterFunction Interface

.NET Related Topics

How to create a Constant function dataset