This document is archived and information here might be outdated.  Recommended version.


IExportItemsParameters.SnapRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.SnapRaster Property
ArcGIS Developer Help

IExportItemsParameters.SnapRaster Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportItemsParameters Interface