Revit 2026 API
Duct |
Checks that the given value is a valid specific fitting angle. The specific fitting angles are angles of 90, 60, 45, 30, 22.5 or 11.25 degrees.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidSpecificFittingAngle( double angle )
Public Function IsValidSpecificFittingAngle ( angle As Double ) As Boolean
public: bool IsValidSpecificFittingAngle( double angle )
member IsValidSpecificFittingAngle : angle : float -> bool
Parameters
- angle Double
- The angle value (in degree).
Return Value
BooleanTrue if the given value is a valid specific fitting angle.
See Also