Gets a boolean indicating whether the Polygon contains any curves.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

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

Field Value

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

Remarks

If a Polygon comes from a data source which supports non-linear polygons, for example a Geodatabase, then it may contain curved sections. Polygons with curves will display appropriately on the Map. However curves cannot currently be represented in this API for interrogation and editing. Points of a polygons with curves can still be retrieved and set - curves between edited vertices may be replaced by straight lines in this case.

See Also