Revit 2025.3 API
ToposolidExcavate |
Excavates the toposolid by a given element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void ExcavateBy( ElementId elementId )
Public Sub ExcavateBy ( elementId As ElementId )
public: void ExcavateBy( ElementId^ elementId )
member ExcavateBy : elementId : ElementId -> unit
Parameters
- elementId ElementId
- Id of the element used to excavate the toposolid.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The element is not supported for toposolid excavation operations. |
See Also