Gridder3PolyPower Option

 

The Gridder3PolyPower option sets local polynomial power in the Local Polynomial gridding method. The OptionValue is an integer, representing the polynomial exponent. The option is only available if Gridder3Method=2.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “Gridder”)

object.Option(“Gridder3PolyPower”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to set local polynomial power for the Local Polynomial gridding method.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Gridder")

  CommandApi.Option ("Gridder3PolyPower", "4")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model