Revit 2025 API
FormDelete |
Delete a face/edge/curve/vertex of the form, specified by a reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void DeleteSubElement( Reference subElementReference )
Public Sub DeleteSubElement ( subElementReference As Reference )
public: void DeleteSubElement( Reference^ subElementReference )
member DeleteSubElement : subElementReference : Reference -> unit
Parameters
- subElementReference Reference
- The geometry reference of face/edge/curve/vertex
See Also