DividedSurfaceAddIntersectionElement Method |
Adds an intersection element to the divided surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void AddIntersectionElement(
ElementId newIntersectionElemId
)
Public Sub AddIntersectionElement (
newIntersectionElemId As ElementId
)
public:
void AddIntersectionElement(
ElementId^ newIntersectionElemId
)
member AddIntersectionElement :
newIntersectionElemId : ElementId -> unit
Parameters
- newIntersectionElemId ElementId
-
The intersection element to be added.
ExceptionsException | Condition |
---|
ArgumentException |
The element newIntersectionElemId is not a level, grid, reference plane,
or a curve element whose category is lines and reference lines.
|
ArgumentNullException |
A non-optional argument was null
|
See Also