WellboreGeometry.Inclination Property

Fortran DLL Wrapper

WellboreGeometryInclination Property

Gets or sets the angle between the drill string and the vertical direction. Unit: degree (deg).

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

Property Value

Type: Double

Implements

IWellboreGeometryInclination
See Also