Gets the coordinate points of the polyline.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public IList<XYZ> GetCoordinates() |
| Visual Basic |
|---|
Public Function GetCoordinates As IList(Of XYZ) |
| Visual C++ |
|---|
public:
IList<XYZ^>^ GetCoordinates() |
See Also