Toposolid.RemoveExcavationBy Method

Removes the excavation between the given element and the Toposolid.


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

Syntax

C#

public void RemoveExcavationBy(
	ElementId elementId
)

Parameters

elementId  ElementId
Id of the element that already excavates the Toposolid.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
InvalidOperationException The element is not supported for Toposolid excavation operations.

See Also

Reference

Toposolid Class
Autodesk.Revit.DB Namespace