DetailElementOrderUtils.IsDetailElement
Method
Description:
Indicates if the element is a detail element that participates in detail draw ordering in the view.
Indicates if the element is a detail element that participates in detail draw ordering in the view.
Syntax
public static bool IsDetailElement(
Document document,
View view,
ElementId detailElementId
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
view | View | The view in which the detail appears. |
detailElementId | ElementId | The detail element. |
Return Value
Type | Description |
---|---|
Boolean | True if the detail element is orderable in the view, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |