GeomSrcFilename Option

 

The GeomSrcFilename 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”, “geom_src_filename”)

object.Option(“GeomSrcFilename”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to change the file being displayed by a geometry module.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Earth.iv ")

  CommandApi.Option ("GeomSrcFilename", "C:\Program Files\Golden Software\Voxler 4\Samples\spacestation.iv")

  CommandApi.Do()

 

Used by: GeomSrc

 

 

See Also

Automation Model