ExtractPointsComp10 Option

 

The ExtractPointsComp10 option sets the source column for the component 10 for the ExtractPoints module. The OptionValue is the name of the log to be extracted.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “ExtractPoints”)

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

object.Do() or object.DoOnce()

 

Example

This example shows how to set the log name for component 10 for the ExtractPoints module.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "ExtractPoints")

  CommandApi.Option ("ExtractPointsComp10", "Ore Concentration")

  CommandApi.Do()

 

Used by: ExtractPoints

 

 

See Also

Automation Model