StructuralAssetMetalReductionFactor Property |
The reduction factor of the asset.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double MetalReductionFactor { get; set; }
Public Property MetalReductionFactor As Double
Get
Set
public:
property double MetalReductionFactor {
double get ();
void set (double value);
}
member MetalReductionFactor : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
InapplicableDataException |
When setting this property: the material type must be Metal to set this property.
|
Remarks
Applies to Metal-based structural assets.
See Also