MapHitInfo.MapPolyline Property
Gets a MapPolyline which is located under the test point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
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