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


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

IReprojectFunctionArguments Interface

Provides access to members that control reproject function arguments.

Product Availability

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

Members

Name Description
Read/write property Raster The source raster object.
Read/write property SpatialReference The output spatial reference.
Read/write property XCellsize The X cell size.
Read/write property XOrigin The X origin.
Read/write property YCellsize The Y cell size.
Read/write property YOrigin The Y origin.

Classes that implement IReprojectFunctionArguments

Classes Description
ReprojectFunctionArguments The Reproject function arguments.