IReprojectFunctionArguments Interface

Provides access to members that control reproject function arguments.

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.

IReprojectFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

IReprojectFunctionArguments.SpatialReference Property

The output spatial reference.

Public Property SpatialReference As Object
public object SpatialReference {get; set;}

IReprojectFunctionArguments.XCellsize Property

The X cell size.

Public Property XCellsize As Double
public double XCellsize {get; set;}

IReprojectFunctionArguments.XOrigin Property

The X origin.

Public Property XOrigin As Double
public double XOrigin {get; set;}

IReprojectFunctionArguments.YCellsize Property

The Y cell size.

Public Property YCellsize As Double
public double YCellsize {get; set;}

IReprojectFunctionArguments.YOrigin Property

The Y origin.

Public Property YOrigin As Double
public double YOrigin {get; set;}

Classes that implement IReprojectFunctionArguments

Classes Description
ReprojectFunctionArguments The Reproject function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.