Gridder3Aniso Option

 

The Gridder3Aniso option sets the type of anisotropy for the Inverse Distance gridding method. The OptionValue is 0, 1, or 2 for Isotropic, Anisotropic, or General. The option is only available if Gridder3Method=1.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to set the inverse distance gridding anisotropy to "Isotropic".

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3Aniso", "0")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model