PolylineSegmentsGetVertices Method |
Returns an array of vertices of the polyline segments.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<XYZ> GetVertices()
Public Function GetVertices As IList(Of XYZ)
public:
IList<XYZ^>^ GetVertices()
member GetVertices : unit -> IList<XYZ>
Return Value
IListXYZ
Array of XYZ points.
See Also