WellboreGeometry.TVD Property

Fortran DLL Wrapper

WellboreGeometryTVD Property

Gets or sets the vertical distance from the ground surface (or rig floor or sea surface). Unit: meter (m).

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double[] TVD { get; set; }
Public Property TVD As Double()
	Get
	Set
public:
virtual property array<double>^ TVD {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract TVD : float[] with get, set
override TVD : float[] with get, set

Property Value

Type: Double

Implements

IWellboreGeometryTVD
See Also