The PointsSrcShowData option displays the data associated with a point source file. The OptionValue is True or False. True displays the data. False does not.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “point_src_filename”)
object.Option(“PointsSrcShowData”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to shows the data for a point source file.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "DrillData.dat ")
CommandApi.Option ("PointsSrcShowData", "True")
CommandApi.Do()
Used by: PointsSrc
See Also