SlabShapeEditorAddPoints Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
IListSlabShapeVertex
See Also