<Code Lib>
M

DetailElementOrderUtils.AreDetailElements

Description:
Indicates whether the given elements are all detail elements.

public static bool AreDetailElements(
	Document pDocument,
	View pDBView,
	ICollection<ElementId> detailElementIds
)

Return Value bool True if it is a set of detail elements, false otherwise.

Loading…