SendToBack Method (Document, View, ICollection(ElementId))


Detail Element Order Utils Send To Back(Document, View, ICollection Element Id ) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void SendToBack(
	Document document,
	View view,
	ICollection<ElementId> detailElementIds
)

Parameters

document Document
view View
detailElementIds ICollection ElementId
See Also