Revit 2026 API
Detail |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<ElementId> GetDrawOrderForDetails( View view, ISet<ElementId> detailIdsToSort )
Public Shared Function GetDrawOrderForDetails ( view As View, detailIdsToSort As ISet(Of ElementId) ) As IList(Of ElementId)
public: static IList<ElementId^>^ GetDrawOrderForDetails( View^ view, ISet<ElementId^>^ detailIdsToSort )
static member GetDrawOrderForDetails : view : View * detailIdsToSort : ISet<ElementId> -> IList<ElementId>
Parameters
Return Value
IListElementIdSee Also