Identifies if the input bend multiplier is valid.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidBendMultiplier(
double bendMultiplier
)
Parameters
- bendMultiplier Double
-
The bend multiplier to check.
Return Value
Boolean
True if the value is acceptable, false otherwise.
See Also
Reference