AddPoints Method


Slab Shape Editor Add Points Method


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
)

Parameters

points IList XYZ

Return Value

IList SlabShapeVertex
See Also