<Code Lib>
2027 Method
Changes 0
M

DividedSurface.CanBeIntersectionElement

Description:
Checks if the element can be an intersection reference.
Remarks:
The element must be a level, grid, reference plane, or a curve element whose category is lines and reference lines.

public bool CanBeIntersectionElement(
	ElementId id
)

Return Value Boolean True if the element can be an intersection reference., false otherwise.

Loading…