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

Toposolid.RemoveExcavationBy

Method
Description:
Remove the excavation between the given element and the toposolid.
Syntax
public void RemoveExcavationBy(
	ElementId elementId
)
Parameters
Parameter Type Description
elementId ElementId Id of the element that already excavates the toposolid.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The element is not supported for toposolid excavation operations.