ISwathFunctionArguments Interface

Provides access to members that control swath function arguments.

Members

Name Description
Read/write property InterpolationMethod The interpolation method.
Read/write property Raster The input Raster.
Read/write property RasterInfo The raster definition containing at least extent, cellsize, and pixel type.

ISwathFunctionArguments.InterpolationMethod Property

The interpolation method.

Public Property InterpolationMethod As esriInterpolateIrregularDataMethod
public esriInterpolateIrregularDataMethod InterpolationMethod {get; set;}

ISwathFunctionArguments.Raster Property

The input Raster.

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

ISwathFunctionArguments.RasterInfo Property

The raster definition containing at least extent, cellsize, and pixel type.

Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}

Classes that implement ISwathFunctionArguments

Classes Description
SwathFunctionArguments A class for the swath function arguments.

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