Determines whether an element can be repeated using the RepeatElements method.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanElementBeRepeated(
Document ADoc,
ElementId elementId
)
Parameters
- ADoc Document
-
The document containing the element.
- elementId ElementId
-
The element to be tested.
Return Value
Boolean
True if the element can be repeated.
Exceptions
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.
See Also
Reference