RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedSurface

DividedSurface.AddIntersectionElement

Method
Description:
Adds an intersection element to the divided surface.
Syntax
public void AddIntersectionElement(
	ElementId newIntersectionElemId
)
Parameters
Parameter Type Description
newIntersectionElemId ElementId The intersection element to be added.
Return Value
Exceptions
Exception 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