2027 Class
Changes 0
C

RepeatingReferenceSource

Description:
Represents a collection of repeating references.
Remarks:

The RepeatingReferenceSource class is the building block for setting up component repeaters. Repeating references are arranged in zero, one or two dimensional arrays. The RepeatingReferenceSource class represents this array of references and provides access to individual repeating references.

Note that there may be gaps in the array (for example a repeating reference source formed by a divided surface with holes, or is non-rectangular surface.)

Repeating reference sources are a property of an element. Only point elements, divided paths and divided surface elements support repeating reference sources. These element respectively have 0, 1 and 2 dimensional repeating references. Use the HasRepeatingReferenceSource() method to query whether an element supports repeating reference sources and the GetDefaultRepeatingReferenceSource() method to obtain a repeating reference source from a given element.

See the ComponentRepeater and ComponentRepeaterSlot classes for more information.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RepeatingReferenceSource
public class RepeatingReferenceSource : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RepeatingReferenceSource
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBounds() RepeaterBounds Returns information about the boundaries of the repeating reference array.
M GetDefaultRepeatingReferenceSource(Document, ElementId) RepeatingReferenceSource Returns the default repeating reference source for a given element.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetReference(RepeaterCoordinates) Reference 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.)
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasRepeatingReferenceSource(Document, ElementId) Boolean Determines whether an element has any repeating reference sources that can be used when creating component repeaters.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P DimensionCount int The dimension count of the repeating reference array.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.