FormDeleteSubElement Method |
Delete a face/edge/curve/vertex of the form, specified by a reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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