Gridder3XMax Option

 

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

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

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

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3XMax", "110")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model