Delete a SlabShapeVertex from the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool DeletePoint( SlabShapeVertex vertex )
Parameters
- vertex SlabShapeVertex
- The SlabShapeVertex to be deleted.
Return Value
BooleanTrue if the vertex is successfully deleted. False if the vertex is not found or could not be deleted.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |