The DetailElementOrderUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAreDetailElements
Indicates whether the given elements are all detail elements.
Public methodStatic memberBringForward(Document, View, ElementId)
Moves the given detail instance one step closer to the front of all other detail instances in the view.
Public methodStatic memberBringForward(Document, View, ICollection<(Of <<'(ElementId>)>>))
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.
Public methodStatic memberBringToFront(Document, View, ElementId)
Places the given detail instance in the front of all other detail instances in the view.
Public methodStatic memberBringToFront(Document, View, ICollection<(Of <<'(ElementId>)>>))
Places the given detail instances in the front of all other detail instances in the view, while keeping the order of the given ones.
Public methodStatic memberIsDetailElement
Indicates if the given element is a detail element.
Public methodStatic memberSendBackward(Document, View, ElementId)
Moves the given detail instance one step closer to the back of all other detail instances in the view.
Public methodStatic memberSendBackward(Document, View, ICollection<(Of <<'(ElementId>)>>))
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.
Public methodStatic memberSendToBack(Document, View, ElementId)
Places the given detail instance behind all detail instances in the view.
Public methodStatic memberSendToBack(Document, View, ICollection<(Of <<'(ElementId>)>>))
Places the given detail instances behind all other detail instances in the view, while keeping the order of the given ones.

See Also