hasCurves property

bool get hasCurves

True if this geometry contains curve segments, false otherwise.

ArcGIS software supports polygon and polyline geometries that contain curve segments (where Segment.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 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 ArcGISEnvironment.serviceCurveGeometryMode.