The LatticeFilterBlank option changes the blank handling for the filter applied to a function lattice. The OptionValue is 0, 1, 2, or 3 for Expanded, Leave Alone, Ignore, Fill.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Filter”)
object.Option(“LatticeFilterBlank”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the blank handling for the filter for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Filter")
CommandApi.Option ("LatticeFilterBlank", "3")
CommandApi.Do()
Used by: LatticeFilter
See Also