DividedSurfaceCanBeIntersectionElement Method

Checks if the element can be an intersection reference.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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
ExceptionCondition
ArgumentNullException A non-optional argument was null
Remarks
The element must be a level, grid, reference plane, or a curve element whose category is lines and reference lines.
See Also