RVTDocs.com

ComponentRepeater.CanElementBeRepeated

Method
Description:
Determines whether an element can be repeated using the RepeatElements method.
Remarks:
The element must be an adaptive family instance and have no shape handles. At least one placement point must be hosted on a 1D or 2D repeating reference. All other placement points can be hosted on a 0D, 1D or 2D repeating reference, or must be unhosted.
Syntax
public static bool CanElementBeRepeated(
	Document ADoc,
	ElementId elementId
)
Parameters
Parameter Type Description
ADoc Document The document containing the element.
elementId ElementId The element to be tested.
Return Value
Type Description
Boolean True if the element can be repeated.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null