Indicates whether the Polygon is closed, that is its last Point is at the same location as the first Point.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool IsClosed { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsClosed As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Polygon is closed; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

This property does not indicate whether or not the Polygon describes a correctly constructed Polygon. Refer to the Simplify(Polygon) method for more information.

See Also