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

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

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