FailureProperties.FrictionAngle Property

Fortran DLL Wrapper

FailurePropertiesFrictionAngle 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
public double[] FrictionAngle { get; set; }
Public Property FrictionAngle As Double()
	Get
	Set
public:
virtual property array<double>^ FrictionAngle {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract FrictionAngle : float[] with get, set
override FrictionAngle : float[] with get, set

Property Value

Type: Double

Implements

IFailurePropertiesFrictionAngle
See Also