Checks if the element can be an intersection reference.
Namespace: Autodesk.Revit.DBAssembly: 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
Boolean
True if the element can be an intersection reference., false otherwise.
Exceptions
Remarks
The element must be a level, grid, reference plane,
or a curve element whose category is lines and reference lines.
See Also
Reference