MapPolylineBase.ActualPoints Property
Returns the collection of points used to plot a line.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<CoordPoint> | An object that implements the IEnumerable<T><CoordPoint,> interface and contains points used to plot a line. |
Remarks
If the MapPolyline.IsGeodesic property is set to false, then this collection stores points contained in the MapPolylineBase.Points collection.
If MapPolyline.IsGeodesic is set to true, then this collection stores several points required to plot the polyline as geodesic.
See Also