The LatticeFilterEdgeValue option changes the value to fill in for the edge for the filter applied to a function lattice. The OptionValue is the number that should be used to fill.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Filter”)
object.Option(“LatticeFilterEdgeValue”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the edge handling for the filter for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Filter")
CommandApi.Option ("LatticeFilterEdgeValue", "0.5")
CommandApi.Do()
Used by: LatticeFilter
See Also