IResampleFunctionArguments Interface

Provides access to members that control resample function arguments.

Members

Name Description
Read/write property InputCellsize The input resampling cellsize.
Read/write property OutputCellsize The output resampling cellsize.
Read/write property Raster The source raster object.
Read/write property ResamplingType The resampling type.

IResampleFunctionArguments.InputCellsize Property

The input resampling cellsize.

Public Property InputCellsize As IPnt
public IPnt InputCellsize {get; set;}

IResampleFunctionArguments.OutputCellsize Property

The output resampling cellsize.

Public Property OutputCellsize As IPnt
public IPnt OutputCellsize {get; set;}

IResampleFunctionArguments.Raster Property

The source raster object.

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

IResampleFunctionArguments.ResamplingType Property

The resampling type.

Public Property ResamplingType As rstResamplingTypes
public rstResamplingTypes ResamplingType {get; set;}

Classes that implement IResampleFunctionArguments

Classes Description
ResampleFunctionArguments A class for resampling function arguments.

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close