Share

DividedSurface.RemoveIntersectionElement Method

Removes an intersection element from a divided surface.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void RemoveIntersectionElement(
	ElementId referenceElemIdToRemove
)

Parameters

referenceElemIdToRemove  ElementId
The intersection element to be removed.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?