MaxXOrderForRegression Property

 

The MaxXOrderForRegression property returns or sets the polynomial regression Max X order for gradient map gridding. Returns an integer.

 

Syntax

object.MaxXOrderForRegression

object.MaxXOrderForRegression = MaxXOrder

 

Parameter

Type

Description

MaxXOrder

Integer

required; maximum power for the X component in the polynomial equation

 

Example

    'MaxXOrderForRegression

    'Change the order of the X parameter to 2

    GradientMap.MaxXOrderForRegression = 2

 

Used by: GradientMap object