Add a point to the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public SlabShapeVertex AddPoint( XYZ point )
Parameters
- point XYZ
Return Value
SlabShapeVertexthe newly added slab shape vertex.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
