WellRenderIntDataSource Option

 

The WellRenderIntDataSource option changes the type of log that is used to specify the interval data. The OptionValue is the 0 or 1. Use 0 to use From/To type input. Use 1 to use the log value as the length of the interval.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “WellRender”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes uses From/To data for the interval data source.

 

  CommandApi.Construct ("ModifyModule")

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

   CommandApi.Option ("WellRenderIntDataSource", "0")

  CommandApi.Do()

 

Used by: WellRender module

 

 

See Also

Automation Model