<Code Lib>
M

RepeatingReferenceSource.GetReference

Description:
Returns an individual repeating reference given by coordinates in the array, or if there is no reference at the coordinates (for example if there is a hole in a divided surface.
Remarks:
The coordinates must be within the bounds of the repeating reference source.

public Reference GetReference(
	RepeaterCoordinates coordinates
)

Return Value Reference The repeating reference.

  • 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.
  • A non-optional argument was null
  • The repeating reference source is no longer valid.

Loading…