This document is archived and information here might be outdated. Recommended version. |
The raster of the raster value.
[Visual Basic .NET] Public Property Raster As IRaster
[C#] public IRaster Raster {get; set;}
[C++]
HRESULT get_Raster(
IRaster** Raster
);
[C++]
HRESULT putref_Raster(
IRaster* Raster
);
[C++] Parameters Raster [out, retval]
Raster is a parameter of type IRaster** Raster [in]
Raster is a parameter of type IRaster*