IFailureProperties.FrictionAngle Property

Fortran DLL Wrapper

IFailurePropertiesFrictionAngle Property

Gets or sets the friction angle of the formation. Unit: degree (deg).

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

Property Value

Type: Double
See Also