ITrendFunctionArguments2 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 DimensionDefinitionType The input dimension definition type.
Read/write property DimensionEnd The prediction dimensional end value.
Read/write property DimensionInterval The prediction dimensional interval.
Read/write property DimensionStart The prediction dimensional start value.
Read/write property DimensionUnit The input dimension definition type.
Read/write property DimensionValues The prediction dimensional value.
Read/write property PlaneParameters The plane trend surface parameters.
Read/write property Raster The input raster for conversion.

ITrendFunctionArguments2.DimensionDefinitionType Property

The input dimension definition type.

Public Property DimensionDefinitionType As esriRasterDimensionDefinitionType
public esriRasterDimensionDefinitionType DimensionDefinitionType {get; set;}

ITrendFunctionArguments2.DimensionEnd Property

The prediction dimensional end value.

Public Property DimensionEnd As String
public string DimensionEnd {get; set;}

ITrendFunctionArguments2.DimensionInterval Property

The prediction dimensional interval.

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

ITrendFunctionArguments2.DimensionStart Property

The prediction dimensional start value.

Public Property DimensionStart As String
public string DimensionStart {get; set;}

ITrendFunctionArguments2.DimensionUnit Property

The input dimension definition type.

Public Property DimensionUnit As String
public string DimensionUnit {get; set;}

ITrendFunctionArguments2.DimensionValues Property

The prediction dimensional value.

Public Property DimensionValues As String
public string DimensionValues {get; set;}

Inherited Interfaces

Interfaces Description
ITrendFunctionArguments Provides access to members that control trend function arguments.

Classes that implement ITrendFunctionArguments2

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.