2024 Members
Changes 8
M

DetailElementOrderUtils

Name Return Type Description
M AreDetailElements(Document, View, ICollection<ElementId>) bool Indicates if the elements are all detail elements that participate in detail draw ordering in the view.
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 Moves the given detail instances one step closer to the front of all other detail instances in the view, while keeping the order of the given ones.
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 Places the given detail instances in the front of all other detail instances in the view, while keeping the order of the given ones.
M GetDrawOrderForDetails(View, ISet<ElementId>) IList<ElementId> Returns the given detail elements according to the currently specified draw order for the detail elements in a given view.
M IsDetailElement(Document, View, ElementId) bool 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 Moves the given detail instances one step closer to the back with relation to all other detail instances in the view, while keeping the order of the given ones.
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 Places the given detail instances behind all other detail instances in the view, while keeping the order of the given ones.