IWellboreGeometry.Inclination Property

Fortran DLL Wrapper

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

Property Value

Type: Double
See Also