Sets the status of given specific angle.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetSpecificFittingAngleStatus( double angle, bool bStatus )
Parameters
- angle Double
- The specific angle (in degree) that must be one of 60, 45, 30, 22.5 or 11.25 degrees.
- bStatus Boolean
- Status, true - using the given angle during the pipe layout.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The given value for angle must be 90, 60, 45, 30, 22.5 or 11.25 degrees. |
| InvalidOperationException | Can not set an angle status for an invalid angle. |
