The Gridder3Auto option sets the gridding default values based on the data values. The OptionValue is True or False. True uses the default values. False does not.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Gridder”)
object.Option(“Gridder3Auto”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to set the gridding output to the default values.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Gridder")
CommandApi.Option ("Gridder3Auto", "True")
CommandApi.Do()
Used by: Gridder
See Also