Gridder3SearchXLength Option

 

The Gridder3SearchXLength option changes the length of the X axis for the search ellipse for the output grid, created from a Gridder module. The OptionValue is a number, representing the distance along the X axis to search.  This option is only available if Gridder3Search = 2.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the distance to search along the X axis.

 

  CommandApi.Construct ("ModifyModule")

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

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

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model