IWellboreGeometry.Azimuth Property

From Fortran DLL Wrapper

IWellboreGeometryAzimuth 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
double[] Azimuth { get; set; }
Property Azimuth As Double()
	Get
	Set
property array<double>^ Azimuth {
	array<double>^ get ();
	void set (array<double>^ value);
}
abstract Azimuth : float[] with get, set

Property Value

Type: Double
See Also