This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.SnapRaster Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppRaster is a parameter of type IRaster ppRaster [in]
ppRaster is a parameter of type IRaster