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


IRasterModel.BindRaster Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BindRaster Method
ArcGIS Developer Help

IRasterModel.BindRaster Method

Binds a symbol to a Raster.

[Visual Basic .NET]
Public Sub BindRaster ( _
    ByVal Raster As IRaster, _
    ByVal Symbol As String _
)
[C#]
public void BindRaster (
    IRaster Raster,
    string Symbol
);
[C++]
HRESULT BindRaster(
  IRaster* Raster,
  BSTR Symbol
);
[C++]
Parameters
Raster [in]

Raster is a parameter of type IRaster* Symbol [in]
Symbol is a parameter of type BSTR

Product Availability

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

Remarks

Raster

an input raster object created using IRaster interface

symbol

a string name which identifies the input Raster

See Also

IRasterModel Interface