Back to Devexpress

MapPathSegmentCollection Class

windowsforms-devexpress-dot-xtramap-fb4324b3.md

latest1.6 KB
Original Source

MapPathSegmentCollection Class

A collection of map path segments.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class MapPathSegmentCollection :
    MapSegmentCollectionBase<MapPathSegment>
vb
Public Class MapPathSegmentCollection
    Inherits MapSegmentCollectionBase(Of MapPathSegment)

The following members return MapPathSegmentCollection objects:

Inheritance

Object DXCollectionBase<MapPathSegment> DXCollection<MapPathSegment> DevExpress.XtraMap.SupportCallbackCollection<MapPathSegment> MapSegmentCollectionBase<MapPathSegment> MapPathSegmentCollection

See Also

MapPathSegmentCollection Members

DevExpress.XtraMap Namespace