WellboreGeometry.BoreholeRadius Property

Fortran DLL Wrapper

WellboreGeometryBoreholeRadius Property

Gets or sets the radius of the borehole. Unit: meter (m).

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

Property Value

Type: Double

Implements

IWellboreGeometryBoreholeRadius
See Also