Returns an individual repeating reference given by coordinates in the array, or null if there is no reference at the coordinates (for example if there is a hole in a divided surface.)
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Reference GetReference( RepeaterCoordinates coordinates )
Parameters
- coordinates RepeaterCoordinates
- The coordinates in the array of repeating references.
Return Value
ReferenceThe repeating reference.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The coordinates are not valid for the repeating reference source. This could be because of a mismatched dimensionality or because the coordinates are outside the bounds of the repeating reference source. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The repeating reference source is no longer valid. |
