M

DetailElementOrderUtils.AreDetailElements

Description:
Indicates if the elements are all detail elements that participate in detail draw ordering in the view.
public static bool AreDetailElements(
	Document document,
	View view,
	ICollection<ElementId> detailElementIds
)
  • document
    The document.
  • view
    The view in which the details appear.
  • ICollection<ElementId>
    detailElementIds
    The details to check.
Return Value Boolean True if the detail elements are orderable in the view, false otherwise.