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.900 (2.0.0.900)

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

Relate Topics:
  Area Property
  HasCurves Property
  RingCount Property
Created by Atop CHM to web converter,© 2009 all right reserved.