Indicates if the element is a detail element that participates in detail draw ordering in the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
Visual Basic |
---|
Public Shared Function IsDetailElement ( _
document As Document, _
view As View, _
detailElementId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsDetailElement(
Document^ document,
View^ view,
ElementId^ detailElementId
) |
Return Value
True if the detail element is orderable in the view, false otherwise.
Exceptions
See Also