Revit 2026 API
Repeating |
Returns information about the boundaries of the repeating reference array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RepeaterBounds GetBounds()
Public Function GetBounds As RepeaterBounds
public: RepeaterBounds^ GetBounds()
member GetBounds : unit -> RepeaterBounds
Return Value
RepeaterBoundsThe bounds of the repeating reference source.
| Exception | Condition |
|---|---|
| InvalidOperationException | The repeating reference source is no longer valid. |
See the RepeaterBounds structure for more information about repeating reference source bounds.
See Also