Checks if the element can be an intersection reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanBeIntersectionElement( ElementId id )
Parameters
- id ElementId
- The element to be checked.
Return Value
BooleanTrue if the element can be an intersection reference., false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
