The FunctionLatticeXMin option changes the minimum X value for a function lattice. The OptionValue is any number, representing the minimum X value in map coordinates.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “FunctionLattice”)
object.Option(“FunctionLatticeXMin”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the X minimum value for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "FunctionLattice")
CommandApi.Option ("FunctionLatticeXMin", "1")
CommandApi.Do()
Used by: FunctionLattice
See Also