EndofDepth()

Returns the depth of the very last depth data point.

Definition

Returns the depth of the last data point for the specified signal.

Definition

Returns the depth of the last data point for the specified signal and the specified entity.

Syntax

EndOfDepth()

EndOfDepth(string depthSignalName)

EndOfDepth(string depthSignalName, string entityName)
  • depthSignalName:  Specific depth signal
  • EntityName:  Name of specific entity

Example

EndOfDepth()

EndOfDepth("true vertical depth")

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