DetailElementOrderUtils.AreDetailElements
Method
Description:
Indicates if the elements are all detail elements that participate in detail draw ordering in the view.
Indicates if the elements are all detail elements that participate in detail draw ordering in the view.
Syntax
public static bool AreDetailElements(
Document document,
View view,
ICollection<ElementId> detailElementIds
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
view | View | The view in which the details appear. |
detailElementIds | ICollection | The details to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the detail elements are orderable in the view, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |