ToposolidRemoveExcavationBy Method |
Removes the excavation between the given element and the Toposolid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
See Also