WellColVertInc Option

The WellColVertInc option sets the inclination column for the data source module. The option value is the 1-based index number for the column.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

The following example sets the Inclination column to column D.

 

 'Set the dip column

  CommandApi.Construct("ModifyModule")

  CommandApi.Option("Module","SampleWellData.xlsx - Trajectories")

  CommandApi.Option("WellColVertInc","4")

  CommandApi.Do()

 

 

Used by: DataSrc