Share

RepeatingReferenceSource.GetBounds Method

Returns information about the boundaries of the repeating reference array.


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

Syntax

C#

public RepeaterBounds GetBounds()

Return Value

RepeaterBounds
The bounds of the repeating reference source.

Exceptions

ExceptionCondition
InvalidOperationException The repeating reference source is no longer valid.

Remarks

See the RepeaterBounds structure for more information about repeating reference source bounds.

See Also

Reference

Was this information helpful?