Bend multiplier.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public double BendMultiplier { get; set; } |
Visual Basic |
---|
Public Property BendMultiplier As Double Get Set |
Visual C++ |
---|
public: property double BendMultiplier { double get (); void set (double value); } |
Remarks
This should be positive and less than 3000.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The bend multiplier value should be positive and less than 3000. |
Autodesk.Revit.Exceptions..::..DisabledDisciplineException | When setting this property: None of the following disciplines is enabled: Mechanical Electrical Piping. |