StressGradients.MinHorizontalStressGradient Property

Fortran DLL Wrapper

StressGradientsMinHorizontalStressGradient Property

Gets or sets the ratio of the minimum horizontal stress over the true vertical depth. Unit: kilopascal per meter (kPa/m).

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

Property Value

Type: Double

Implements

IStressGradientsMinHorizontalStressGradient
See Also