StressGradients.MaxHorizontalStressGradient Property

Fortran DLL Wrapper

StressGradientsMaxHorizontalStressGradient Property

Gets or sets the ratio of the maximum 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[] MaxHorizontalStressGradient { get; set; }
Public Property MaxHorizontalStressGradient As Double()
	Get
	Set
public:
virtual property array<double>^ MaxHorizontalStressGradient {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract MaxHorizontalStressGradient : float[] with get, set
override MaxHorizontalStressGradient : float[] with get, set

Property Value

Type: Double

Implements

IStressGradientsMaxHorizontalStressGradient
See Also