<Code Lib>
2025.3 Method
Changes 0
M

CableTrayType.IsValidBendMultiplier

Description:
Identifies if the input bend multiplier is valid.

public bool IsValidBendMultiplier(
	double bendMultiplier
)

  • Double
    bendMultiplier
    The bend multiplier to check.
Return Value Boolean True if the value is acceptable, false otherwise.

Loading…