This document is archived and information here might be outdated. Recommended version. |
The input raster mask to be loaded to SDE.
[Visual Basic .NET] Public Property MaskRaster As IRaster
[C#] public IRaster MaskRaster {get; set;}
[C++]
HRESULT get_MaskRaster(
IRaster** MaskRaster
);
[C++]
HRESULT putref_MaskRaster(
IRaster* MaskRaster
);
[C++]
Parameters MaskRaster [out, retval]
MaskRaster is a parameter of type IRaster** MaskRaster [in]
MaskRaster is a parameter of type IRaster*