RVTDocs.com
Namespace: Autodesk.Revit.DB Class: RadialArray

RadialArray.IsRotationAngleValid

Method
Description:
This indicates whether the input angle is valid.
Syntax
public static bool IsRotationAngleValid(
	double angle
)
Parameters
Parameter Type Description
angle Double The angle.
Return Value
Type Description
Boolean True if the value of angle is not zero, false otherwise.