Delete a face/edge/curve/vertex of the form, specified by a reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void DeleteSubElement(
Reference subElementReference
)
Parameters
- subElementReference Reference
- The geometry reference of face/edge/curve/vertex
See Also
Reference