Back to Devexpress

MapHitInfo.MapPolyline Property

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-bcde2966.md

latest1.6 KB
Original Source

MapHitInfo.MapPolyline Property

Gets a MapPolyline which is located under the test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapPolyline MapPolyline { get; }
vb
Public ReadOnly Property MapPolyline As MapPolyline

Property Value

TypeDescription
MapPolyline

A MapPolyline object that is the polyline located under the test point.

|

Remarks

Use the MapPolyline property to access the polyline located under the test point (if the MapHitInfo.InMapPolyline property returns true ).

If MapHitInfo.InMapPolyline is false , the MapPolyline property returns null ( Nothing in Visual Basic).

See Also

InMapPolyline

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace