Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoMultiPoint Class / Points Property

In This Topic
    Points Property (GeoMultiPoint)
    In This Topic
    Gets the inner points geometies.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Points As IEnumerable(Of GeoPoint)
    public IEnumerable<GeoPoint> Points {get;}
    See Also