| Revit 2022.1 API |
| RadialArray..::..IsRotationAngleValid Method |
| RadialArray Class See Also |
This indicates whether the input angle is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public static bool IsRotationAngleValid( double angle ) |
| Visual Basic |
|---|
Public Shared Function IsRotationAngleValid ( _ angle As Double _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsRotationAngleValid( double angle ) |
Parameters
- angle
- Type: System..::..Double
The angle.