DividedSurface.CanBeIntersectionElement
Method
Description:
Checks if the element can be an intersection reference.
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.
The element must be a level, grid, reference plane, or a curve element whose category is lines and reference lines.
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | ElementId | The element to be checked. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the element can be an intersection reference., false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |