WellboreGeometry.Azimuth Property

Fortran DLL Wrapper

WellboreGeometryAzimuth Property

Gets or sets the angle from the North direction to the horizontal projection of the wellbore, in the North to East direction. Unit: degree (deg).

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

Property Value

Type: Double

Implements

IWellboreGeometryAzimuth
See Also