Skip to main content
A newer version of this page is available. .

MapPolyline.IsGeodesic Property

Gets or sets a value that indicates whether the polyline is geodesic.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(false)]
public bool IsGeodesic { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the line is geodesic; otherwise false.

Remarks

The following images show a polyline with different IsGeodesic values:

IsGeodesic = True IsGeodesic = False
Map Polyline is Geodesic Map Polyline is not Geodesic
See Also