Gridder3XMin Option

 

The Gridder3XMin option sets the minimum X value for the output grid, created from a Gridder module. The OptionValue is the X minimum value.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to set the minimum X value when gridding.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3XMin", "-10")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model