This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BindRaster Method (ArcObjects .NET 10.4 SDK) |
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
Raster |
an input raster object created using IRaster interface |
symbol |
a string name which identifies the input Raster |