DividedSurface.RemoveIntersectionElement Method

DividedSurfaceRemoveIntersectionElement Method

Removes an intersection element from a divided surface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void RemoveIntersectionElement(
	ElementId referenceElemIdToRemove
)
Public Sub RemoveIntersectionElement ( 
	referenceElemIdToRemove As ElementId
)
public:
void RemoveIntersectionElement(
	ElementId^ referenceElemIdToRemove
)
member RemoveIntersectionElement : 
        referenceElemIdToRemove : ElementId -> unit 

Parameters

referenceElemIdToRemove  ElementId
The intersection element to be removed.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also