Property HasCurves
HasCurves
Gets a value indicating whether the geometry has any curves.
Declaration
public virtual bool HasCurves { get; }
Property Value
Type | Description |
---|---|
System. |
A value indicating whether the geometry has any curves. |
Remarks
ArcGIS software supports polygon and polyline geometries that contain curve segments (where
Istrue
, 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. When connecting to
ArcGIS feature services that support curves (see Supports
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 choose to return true curves from feature services by using
Service
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.7 |
.NET | 100.13 - 200.7 |
.NET Windows | 100.13 - 200.7 |
.NET Android | 200.0 - 200.7 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 100.0 - 200.7 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.7 |