<Code Lib>
M

DetailElementOrderUtils.IsDetailElement

Description:
Indicates if the given element is a detail element.

public static bool IsDetailElement(
	Document pDocument,
	View pDBView,
	ElementId detailElementId
)

Return Value bool True if it is a detail element, false otherwise.

Loading…