RVTDocs.com

HasRepeatingReferenceSource

Method
Description:
Determines whether an element has any repeating reference sources that can be used when creating component repeaters.
Syntax
public static bool HasRepeatingReferenceSource(
	Document document,
	ElementId elementId
)
Parameters
Parameter Type Description
document Autodesk.Revit.DB.Document The document that contains the element.
elementId Autodesk.Revit.DB.ElementId The id of the element.
Return Value
Type Description
Autodesk.Revit.Exceptions.ArgumentException True if the element has any repeating reference sources.
Exceptions
Exception Condition
Autodesk.Revit.Exceptions.ArgumentException The element elementId does not exist in the document
Autodesk.Revit.Exceptions.ArgumentNullException A non-optional argument was null