This document is archived and information here might be outdated. Recommended version. |
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
[Visual Basic .NET] Public Property SnapRaster As IRaster
[C#] public IRaster SnapRaster {get; set;}
[C++]
HRESULT get_SnapRaster(
IRaster* ppRaster
);
[C++]
HRESULT putref_SnapRaster(
IRaster** ppRaster
);
[C++] Parameters ppRaster [in]
ppRaster is a parameter of type IRaster* ppRaster [out, retval]
ppRaster is a parameter of type IRaster**