2027 Class Back to 2027
C

DetailElementOrderUtils

Version comparison

Members across versions

11 members across 9 versions · 1 added later · 10 changed

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AreDetailElements(Document, View, ICollection<ElementId>)
same same same same changed same same same same
M BringForward(Document, View, ElementId)
same same same same changed same same same same
M BringForward(Document, View, ICollection<ElementId>)
same same same same changed same same same same
M BringToFront(Document, View, ElementId)
same same same same changed same same same same
M BringToFront(Document, View, ICollection<ElementId>)
same same same same changed same same same same
M GetDrawOrderForDetails(View, ISet<ElementId>)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M IsDetailElement(Document, View, ElementId)
same same same same changed same same same same
M SendBackward(Document, View, ICollection<ElementId>)
same same same same changed same same same same
M SendBackward(Document, View, ElementId)
same same same same changed same same same same
M SendToBack(Document, View, ElementId)
same same same same changed same same same same
M SendToBack(Document, View, ICollection<ElementId>)
same same same same changed same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2027).
Identical to 2027: 2024, 2025, 2025.3, 2026
2027 current

Changes in 2020 vs 2027 1 missing 10 changed

Flip API Versions →

Missing in 2020 (only available in 2027)

Changed members

DetailElementOrderUtils.AreDetailElements(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to check.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail elements are orderable in the view, false otherwise.
DetailElementOrderUtils.BringForward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringForward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring to front.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.IsDetailElement(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail element is orderable in the view, false otherwise.
DetailElementOrderUtils.SendBackward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendBackward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to send to back.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to send to back.
pDocument Document The document.
pDBView View The view.

Changes in 2021 vs 2027 1 missing 10 changed

Flip API Versions →

Missing in 2021 (only available in 2027)

Changed members

DetailElementOrderUtils.AreDetailElements(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to check.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail elements are orderable in the view, false otherwise.
DetailElementOrderUtils.BringForward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringForward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring to front.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.IsDetailElement(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail element is orderable in the view, false otherwise.
DetailElementOrderUtils.SendBackward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendBackward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to send to back.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to send to back.
pDocument Document The document.
pDBView View The view.

Changes in 2022 vs 2027 1 missing 10 changed

Flip API Versions →

Missing in 2022 (only available in 2027)

Changed members

DetailElementOrderUtils.AreDetailElements(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to check.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail elements are orderable in the view, false otherwise.
DetailElementOrderUtils.BringForward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringForward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring to front.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.IsDetailElement(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail element is orderable in the view, false otherwise.
DetailElementOrderUtils.SendBackward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendBackward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to send to back.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to send to back.
pDocument Document The document.
pDBView View The view.

Changes in 2023 vs 2027 1 missing 10 changed

Flip API Versions →

Missing in 2023 (only available in 2027)

Changed members

DetailElementOrderUtils.AreDetailElements(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to check.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail elements are orderable in the view, false otherwise.
DetailElementOrderUtils.BringForward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringForward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring forward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.BringToFront(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to bring to front.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.IsDetailElement(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail element.
pDocument Document The document.
pDBView View The view.
→ returns Boolean True if the detail element is orderable in the view, false otherwise.
DetailElementOrderUtils.SendBackward(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendBackward(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to move backward.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ElementId, Document, View)
document Document The document.
view View The view in which the detail appears.
detailElementId ElementId The detail to send to back.
pDocument Document The document.
pDBView View The view.
DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>, Document, View)
document Document The document.
view View The view in which the details appear.
detailElementIds ICollection<ElementId> The details to send to back.
pDocument Document The document.
pDBView View The view.