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. |