The PointsSrcFilename option changes the file being displayed. The OptionValue is the full path and file name of the file to be displayed.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “point_src_filename”)
object.Option(“PointsSrcFilename”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the file being displayed by a point source module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "DrillData.dat ")
CommandApi.Option ("PointsSrcFilename", "C:\Program Files\Golden Software\Voxler 4\Samples\GoldConcentration.dat")
CommandApi.Do()
Used by: PointsSrc
See Also