<Code Lib>
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
)

Return Value Boolean True if the detail elements are orderable in the view, false otherwise.

Loading…