ITrendFunctionArguments Interface

Provides access to members that control trend function arguments.

Members

Name Description
Read/write property CurveParameters The simple curve trend surface parameters.
Read/write property PlaneParameters The plane trend surface parameters.
Read/write property Raster The input raster for conversion.

ITrendFunctionArguments.CurveParameters Property

The simple curve trend surface parameters.

Public Property CurveParameters As IDoubleArray
public IDoubleArray CurveParameters {get; set;}

ITrendFunctionArguments.PlaneParameters Property

The plane trend surface parameters.

Public Property PlaneParameters As IDoubleArray
public IDoubleArray PlaneParameters {get; set;}

ITrendFunctionArguments.Raster Property

The input raster for conversion.

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

Classes that implement ITrendFunctionArguments

Classes Description
TrendFunctionArguments The Trend function arguments.

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