True if the array doesn't have finite bounds in the given dimension. Cyclical bounds indicate that the array forms a closed loop in the given dimension.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool IsCyclical( int dimension )
Parameters
- dimension Int32
- The dimension.
Return Value
BooleanTrue if the bounds are cyclical in the given dimension.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The dimension is invalid for these bounds. |
| InvalidOperationException | The bounds must have at least one dimension. |
