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

  • document
    The document.
  • view
    The view in which the detail appears.
  • detailElementId
    The detail element.
Return Value Boolean True if the detail element is orderable in the view, false otherwise.

Loading…