Share

CableTrayType.IsValidBendMultiplier Method

Identifies if the input bend multiplier is valid.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.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

Was this information helpful?