The LatticeFilterBlankValue option changes the blank value for the filter applied to a function lattice. The OptionValue is the number to fill in the blank values.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Filter”)
object.Option(“LatticeFilterBlankValue”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the blank value for the filter for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Filter")
CommandApi.Option ("LatticeFilterBlankValue", "3")
CommandApi.Do()
Used by: LatticeFilter
See Also