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


IRasterGeometryProc2.Project Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc2 Interface > IRasterGeometryProc2.Project Method
ArcGIS Developer Help

IRasterGeometryProc2.Project Method

Projects the input raster using specified transformation type.

[Visual Basic .NET]
Public Sub Project ( _
    ByVal ipNewSR As ISpatialReference, _
    ByVal PrjMethodType As esriRasterPrjMethodTypeEnum, _
    ByVal resampleType As rstResamplingTypes, _
    ByVal newCellsize As Double, _
    ByVal pRaster As IRaster _
)
[C#]
public void Project (
    ISpatialReference ipNewSR,
    esriRasterPrjMethodTypeEnum PrjMethodType,
    rstResamplingTypes resampleType,
    double newCellsize,
    IRaster pRaster
);
[C++]
HRESULT Project(
  ISpatialReference* ipNewSR,
  esriRasterPrjMethodTypeEnum PrjMethodType,
  rstResamplingTypes resampleType,
  double newCellsize,
  IRaster* pRaster
);
[C++]
Parameters
ipNewSR [in]

ipNewSR is a parameter of type ISpatialReference* PrjMethodType [in]
PrjMethodType is a parameter of type esriRasterPrjMethodTypeEnum resampleType [in]
resampleType is a parameter of type rstResamplingTypes newCellsize [in]
newCellsize is a parameter of type double pRaster [in]
pRaster is a parameter of type IRaster*

Product Availability

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

See Also

IRasterGeometryProc2 Interface