Revit 2026 API
Slab |
Add a point to the element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SlabShapeVertex AddPoint( XYZ point )
Public Function AddPoint ( point As XYZ ) As SlabShapeVertex
public: SlabShapeVertex^ AddPoint( XYZ^ point )
member AddPoint : point : XYZ -> SlabShapeVertex
Parameters
- point XYZ
Return Value
SlabShapeVertexthe newly added slab shape vertex.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
The newly added point should be inside the element boundary on the x-y plane.
SlabShapeEditor must be enabled before calling this method.
Regenerate the document after element creation if this method is called in the same transaction.
See Also