StructuralAsset.MinimumTensileStrength Property

StructuralAssetMinimumTensileStrength Property

The minimum tensile strength of the asset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double MinimumTensileStrength { get; set; }
Public Property MinimumTensileStrength As Double
	Get
	Set
public:
property double MinimumTensileStrength {
	double get ();
	void set (double value);
}
member MinimumTensileStrength : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
InapplicableDataException When setting this property: the material type must be Metal or generic to set this property.
Remarks
Applies to Metal-based and generic structural assets. The value is in Newtons per foot meter (N/(ft · m)).
See Also