This document is archived and information here might be outdated. Recommended version. |
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 |