RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.DeleteSubElement

Method
Description:
Delete a face/edge/curve/vertex of the form, specified by a reference.
Syntax
public void DeleteSubElement(
	Reference subElementReference
)
Parameters
Parameter Type Description
subElementReference Reference The geometry reference of face/edge/curve/vertex
Return Value