ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPolygon Class / ExteriorRing Property

In This Topic
    ExteriorRing Property
    In This Topic
    Gets the exterior ring of the polygon shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExteriorRing As GeoLinearRing
    public GeoLinearRing ExteriorRing {get;}

    Property Value

    The exterior ring as a GeoLinearRing.
    See Also