ActiveReports 12
Elements Property (MapVectorLayer)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MapVectorLayer Class : Elements Property
Returns the collection of layer elements.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Elements As IEnumerable(Of MapSpatialElement)
public abstract IEnumerable<MapSpatialElement> Elements {get;}

Property Value

The elements.
See Also

Reference

MapVectorLayer Class
MapVectorLayer Members