<Code Lib>
M

DetailElementOrderUtils.IsDetailElement

Description:
Indicates if the element is a detail element that participates in detail draw ordering in the view.

public static bool IsDetailElement(
	Document document,
	View view,
	ElementId detailElementId
)

Return Value bool True if the detail element is orderable in the view, false otherwise.

Loading…