Gets the coordinate points of the polyline.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public IList<XYZ> GetCoordinates()
Visual Basic
Public Function GetCoordinates As IList(Of XYZ)
Visual C++
public:
IList<XYZ^>^ GetCoordinates()

See Also