Gets a boolean indicating whether the Polyline 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 Polyline contains curves; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

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

See Also