Share

Form.DeleteSubElement Method

Delete a face/edge/curve/vertex of the form, specified by a reference.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void DeleteSubElement(
	Reference subElementReference
)

Parameters

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

See Also

Reference

Was this information helpful?