Revit 2025.3 API
Detail |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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