Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class / PointsLocationExpressions Property

In This Topic
    PointsLocationExpressions Property (KmlLayer)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property PointsLocationExpressions As List(Of List(Of String))
    public override List<List<string>> PointsLocationExpressions {get;}
    See Also