IFailureProperties.Cohesion Property

Fortran DLL Wrapper

IFailurePropertiesCohesion 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
double[] Cohesion { get; set; }
Property Cohesion As Double()
	Get
	Set
property array<double>^ Cohesion {
	array<double>^ get ();
	void set (array<double>^ value);
}
abstract Cohesion : float[] with get, set

Property Value

Type: Double
See Also