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 |
---|---|
System.Boolean |
|
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 files), or
geometry JSON.
You can use curves in a MultipartBuilder<T>. New segment types, such as CubicBezierSegment and EllipticArcSegment, represent 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 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.12 - 200.5 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.5 |