FunctionLatticeZMax Option

 

The FunctionLatticeZMax option changes the maximum Z value for a function lattice. The OptionValue is any number, representing the maximum Z value in map coordinates.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the Z maximum value for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("FunctionLatticeZMax", "0.5")

  CommandApi.Do()

 

Used by: FunctionLattice

 

 

See Also

Automation Model