Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LayerBase Class / PointsLocations Property

In This Topic
    PointsLocations Property (LayerBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PointsLocations As List(Of LonLat(Of String))
    public abstract List<LonLat<string>> PointsLocations {get;}
    See Also