Provides access to members that control trend function arguments.
Members
Name | Description | |
---|---|---|
CurveParameters | The simple curve trend surface parameters. | |
PlaneParameters | The plane trend surface parameters. | |
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. |