Share

RadialArray.IsRotationAngleValid Method

This indicates whether the input angle is valid.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public static bool IsRotationAngleValid(
	double angle
)

Parameters

angle  Double
The angle.

Return Value

Boolean
True if the value of angle is not zero, false otherwise.

See Also

Reference

Was this information helpful?