Indicates if the elements are all detail elements that participate in detail draw ordering in the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool AreDetailElements(
Document document,
View view,
ICollection<ElementId> detailElementIds
)
Parameters
- document Document
-
The document.
- view View
-
The view in which the details appear.
- detailElementIds ICollection<ElementId>
-
The details to check.
Return Value
Boolean
True if the detail elements are orderable in the view, false otherwise.
Exceptions
See Also
Reference