FailureProperties.Cohesion Property

Fortran DLL Wrapper

FailurePropertiesCohesion Property

Gets or sets the cohesion of the formation. Unit: Megapascal (MPa).

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

Property Value

Type: Double

Implements

IFailurePropertiesCohesion
See Also