DeleteSubElement Method


Form Delete Sub Element Method

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
)

Parameters

subElementReference Reference
The geometry reference of face/edge/curve/vertex
See Also