Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
[Visual Basic .NET] Public Sub ProjectFast ( _ ByVal pNewSR As ISpatialReference, _ ByVal resampleType As rstResamplingTypes, _ [ByRef pCellsize As Object], _ [ByVal pRaster As IRaster] _ )
[C#] public void ProjectFast ( ISpatialReference pNewSR, rstResamplingTypes resampleType, ref object pCellsize, ref IRaster pRaster );
[C#]
Optional Values
pCellsize To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing.
pRaster Optional, default value of .
[C++]
HRESULT ProjectFast(
ISpatialReference* pNewSR,
rstResamplingTypes resampleType,
VARIANT* pCellsize,
IRaster* pRaster
);
[C++]Parameters
pNewSR [in]pNewSR is a parameter of type ISpatialReference
resampleType [in]resampleType is a parameter of type rstResamplingTypes
pCellsize [optional] pCellsize is a parameter of type VARIANTTo indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.
pRaster [optional]pRaster is a parameter of type IRaster
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.