2020 Members
Changes 5
M

DetailElementOrderUtils

Name Return Type Description
M AreDetailElements(Document, View, ICollection<ElementId>) bool Indicates whether the given elements are all detail elements.
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 IsDetailElement(Document, View, ElementId) bool Indicates if the given element is a detail element.
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.