Gridder3YSpacing Option

 

The Gridder3YSpacing option sets the spacing between nodes in the Y direction for the output grid, created from a Gridder module. The OptionValue is an number, representing the spacing between nodes in map units.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to set the spacing in the Y direction when gridding.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3YSpacing", "1.2")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model