DetailElementOrderUtils Class |
A utility class that arranges the draw order of the detail elements.
Inheritance HierarchySystemObject
Autodesk.Revit.DBDetailElementOrderUtils
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static class DetailElementOrderUtils
Public NotInheritable Class DetailElementOrderUtils
public ref class DetailElementOrderUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DetailElementOrderUtils = class end
The DetailElementOrderUtils type exposes the following members.
Methods | Name | Description |
---|
  | AreDetailElements | |
  | BringForward(Document, View, ElementId) |
Moves the given detail instance one step closer to the front of all other detail instances in the view.
|
  | BringForward(Document, View, ICollectionElementId) | |
  | BringToFront(Document, View, ElementId) |
Places the given detail instance in the front of all other detail instances in the view.
|
  | BringToFront(Document, View, ICollectionElementId) | |
  | GetDrawOrderForDetails | |
  | IsDetailElement |
Indicates if the element is a detail element that participates in detail draw ordering in the view.
|
  | SendBackward(Document, View, ElementId) |
Moves the given detail instance one step closer to the back of all other detail instances in the view.
|
  | SendBackward(Document, View, ICollectionElementId) | |
  | SendToBack(Document, View, ElementId) |
Places the given detail instance behind all detail instances in the view.
|
  | SendToBack(Document, View, ICollectionElementId) | |
Top
See Also