Revit 2026 API
Element |
Identifies if the input element is supported by element intersection filters.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsElementSupported( Element element )
Public Shared Function IsElementSupported ( element As Element ) As Boolean
public: static bool IsElementSupported( Element^ element )
static member IsElementSupported : element : Element -> bool
Parameters
- element Element
- The element.
Return Value
BooleanTrue if the element is supported, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also