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: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
| C# |
|---|
public bool IsCyclical(
int dimension
) |
| Visual Basic |
|---|
Public Function IsCyclical ( _
dimension As Integer _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsCyclical(
int dimension
) |
Parameters
- dimension
- Type: System..::..Int32
The dimension.
Return Value
True if the bounds are cyclical in the given dimension.
Remarks
Exceptions
See Also