Polyloop.GetPoints Method

Gets the array of points in the polygon.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IList<XYZ> GetPoints()

Return Value

IList<XYZ>
The array of points in the polygon.

See Also

Reference

Polyloop Class
Autodesk.Revit.DB.Analysis Namespace