The LatticeSliceBorderShow option turns on or off the display of the border line around the edge of the Slice module. The OptionValue is True or False. True turns the display of the border line on. False turns it off.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Slice”)
object.Option(“LatticeSliceBorderShow”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example turns on the display of the border line for the Slice module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Slice")
CommandApi.Option ("LatticeSliceBorderShow", "True")
CommandApi.Do()
Used by: LatticeSlice
See Also