| Revit 2022.1 API |
| Polyloop..::..GetPoints Method |
| Polyloop Class See Also |
Gets the array of points in the polygon
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public IList<XYZ> GetPoints() |
| Visual Basic |
|---|
Public Function GetPoints As IList(Of XYZ) |
| Visual C++ |
|---|
public: IList<XYZ^>^ GetPoints() |