FailureProperties.TensileStrength Property

Fortran DLL Wrapper

FailurePropertiesTensileStrength Property

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

Property Value

Type: Double

Implements

IFailurePropertiesTensileStrength
See Also