Show / Hide Table of Contents

Property HasCurves

HasCurves

Gets a value indicating whether the geometry has any curves.

Declaration
public override bool HasCurves { get; }
Property Value
Type Description
bool

A value indicating whether the geometry has any curves.

Overrides
Geometry.HasCurves
Remarks

ArcGIS software supports polygon and polyline geometries that contain curve segments (where IsCurve is true, sometimes known as true curves or nonlinear segments). Curves may be present in certain types of data, such as Mobile Map Packages (MMPK) or geometry JSON.

If a polygon or polyline geometry contains curve segments, this property returns true. You can use curve segments when using a MultipartBuilder<T> to create or edit polygon and polyline geometries, and also get curve segments when iterating through the segments of existing Multipart geometries when this property returns true. You can also determine whether true curves or densified geometries are returned from feature services by using ServiceCurveGeometryMode.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 300.0
.NET Windows200.6 - 300.0
.NET Android200.6 - 300.0
.NET iOS200.6 - 300.0
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.