Click or drag to resize
PolygonRings Property
A read-only list describing the rings of the polygon.

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public IList<IList<Point>> Rings { get; }

Property Value

Type: IListIListPoint
See Also