IStressGradients.OverburdenStressGradient Property

Fortran DLL Wrapper

IStressGradientsOverburdenStressGradient Property

Gets or sets the ratio of the weight of over-lying rock 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[] OverburdenStressGradient { get; set; }
Property OverburdenStressGradient As Double()
	Get
	Set
property array<double>^ OverburdenStressGradient {
	array<double>^ get ();
	void set (array<double>^ value);
}
abstract OverburdenStressGradient : float[] with get, set

Property Value

Type: Double
See Also