The FunctionLatticeOutComps option changes the number of output components for a function lattice. The OptionValue is an integer between 1 and 20.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “FunctionLattice”)
object.Option(“FunctionLatticeOutComps”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the number of components for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "FunctionLattice")
CommandApi.Option ("FunctionLatticeOutComps", "20")
CommandApi.Do()
Used by: FunctionLattice
See Also