Revit 2025.3 API
Slab |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<SlabShapeVertex> AddPoints( IList<XYZ> points )
Public Function AddPoints ( points As IList(Of XYZ) ) As IList(Of SlabShapeVertex)
public: IList<SlabShapeVertex^>^ AddPoints( IList<XYZ^>^ points )
member AddPoints : points : IList<XYZ> -> IList<SlabShapeVertex>
Parameters
- points IListXYZ
Return Value
IListSlabShapeVertexSee Also