IStressGradients.MaxHorizontalStressAzimuth Property

Fortran DLL Wrapper

IStressGradientsMaxHorizontalStressAzimuth Property

Gets or sets the angle from the North direction to the maximum horizontal stress direction, in the North to East direction. Unit: degree (deg).

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

Property Value

Type: Double
See Also