Property HasCurves
HasCurves
Gets a value indicating whether the geometry builder currently contains any curve segments.
Declaration
public bool HasCurves { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The ArcGIS Platform 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 - for example Mobile Map Packages (MMPKs), or
geometry JSON.
Prior to v100.12, only LineSegment instances were supported when creating new geometries using a MultipartBuilder<T>. Attempting to add curve geometries to a MultipartBuilder<T> would cause an error.
From v100.12, you can use curves in a MultipartBuilder<T>. New segment types CubicBezierSegment and EllipticArcSegment represent different types of curve that can be added to polygon and polyline geometries.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |