Gridder3SearchFirstSemiAxisY Option

 

The Gridder3SearchFirstSemiAxisY option changes the Y coordinate of the first semi-axis for the general search ellipse for the output grid, created from a Gridder module. The OptionValue is a number, representing the direction along the Y axis to search. This option is only available if Gridder3Search = 3.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the Y value of the first semi-axis for the general search ellipse.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3SearchFirstSemiAxisY", "50")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model