Toposolid.RemoveExcavationBy Method

ToposolidRemoveExcavationBy Method

Remove the excavation between the given element and the toposolid.

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

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