2025.3 Class
Changes 4
C

DetailElementOrderUtils

Description:
A utility class that arranges the draw order of the detail elements.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DetailElementOrderUtils
public static class DetailElementOrderUtils
Name Return Type Description
M AreDetailElements(Document, View, ICollection<ElementId>) Boolean
M BringForward(Document, View, ElementId) None Moves the given detail instance one step closer to the front of all other detail instances in the view.
M BringForward(Document, View, ICollection<ElementId>) None
M BringToFront(Document, View, ElementId) None Places the given detail instance in the front of all other detail instances in the view.
M BringToFront(Document, View, ICollection<ElementId>) None
M GetDrawOrderForDetails(View, ISet<ElementId>) IList<ElementId>
M IsDetailElement(Document, View, ElementId) Boolean Indicates if the element is a detail element that participates in detail draw ordering in the view.
M SendBackward(Document, View, ElementId) None Moves the given detail instance one step closer to the back of all other detail instances in the view.
M SendBackward(Document, View, ICollection<ElementId>) None
M SendToBack(Document, View, ElementId) None Places the given detail instance behind all detail instances in the view.
M SendToBack(Document, View, ICollection<ElementId>) None