Identifies if the input element is supported by element intersection filters.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsElementSupported(
Element element
)
Parameters
- element Element
-
The element.
Return Value
Boolean
True if the element is supported, false otherwise.
Exceptions
See Also
Reference