Changes in 2024 vs 2020 1 added 10 changed
Flip API Versions →Added in 2024 (new since 2020)
Changed members
DetailElementOrderUtils.AreDetailElements(Document, View, ICollection<ElementId>, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementIds | ICollection<ElementId> | The set of detail elementIds to check. |
| document | Document | The document. |
| view | View | The view in which the details appear. |
| → returns | Boolean | True if it is a set of detail elements, false otherwise. |
DetailElementOrderUtils.BringForward(Document, View, ElementId, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementId | ElementId | The detail elementId to bring forward. |
| document | Document | The document. |
| view | View | The view in which the detail appears. |
DetailElementOrderUtils.BringForward(Document, View, ICollection<ElementId>, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementIds | ICollection<ElementId> | The set of detail elementIds to bring forward. |
| document | Document | The document. |
| view | View | The view in which the details appear. |
DetailElementOrderUtils.BringToFront(Document, View, ElementId, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementId | ElementId | The detail elementId |
| document | Document | The document. |
| view | View | The view in which the detail appears. |
DetailElementOrderUtils.BringToFront(Document, View, ICollection<ElementId>, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementIds | ICollection<ElementId> | The set of detail elementIds to bring to front. |
| document | Document | The document. |
| view | View | The view in which the details appear. |
DetailElementOrderUtils.IsDetailElement(Document, View, ElementId, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementId | ElementId | The detail elementId |
| document | Document | The document. |
| view | View | The view in which the detail appears. |
| → returns | Boolean | True if it is a detail element, false otherwise. |
DetailElementOrderUtils.SendBackward(Document, View, ICollection<ElementId>, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementIds | ICollection<ElementId> | The set of the detail elementIds to move backward. |
| document | Document | The document. |
| view | View | The view in which the details appear. |
DetailElementOrderUtils.SendBackward(Document, View, ElementId, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementId | ElementId | The detail elementId to move backward. |
| document | Document | The document. |
| view | View | The view in which the detail appears. |
DetailElementOrderUtils.SendToBack(Document, View, ElementId, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementId | ElementId | The detail elementId to send to back. |
| document | Document | The document. |
| view | View | The view in which the detail appears. |
DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>, Document, View)
| pDocument | Document | The document. |
| pDBView | View | The view. |
| detailElementIds | ICollection<ElementId> | The set of the detail elementIds to send to back. |
| document | Document | The document. |
| view | View | The view in which the details appear. |