Skip to content
English
  • There are no suggestions because the search field is empty.

StartOfDepth()

Returns the depth of the first depth data point or specified signal, or specified signal and entity.

Syntax

StartOfDepth()

StartOfDepth(string depthSignalName)

StartOfDepth(string depthSignalName, string entityName)
  • depthSignalName:  Name of Signal
  • entityName:  Name of Entity

Example

StartOfDepth()

StartOfDepth("true vertical depth")

StartOfDepth("true vertical depth", "Well 42")