IStressGradients.MinHorizontalStressGradient Property

Fortran DLL Wrapper

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

Property Value

Type: Double
See Also