Enum ServiceCurveGeometryMode
Specifies how curve geometries are fetched from and sent to services that support curves.
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ServiceCurveGeometryMode
Remarks
By default, curve geometries are not fetched from services that support curves, meaning that densified versions of any
curve geometries are fetched from the service. By default, this API is it not a true curve-enabled
client when sending updates to services that support curves. Use
Service
Fields
Name | Description |
---|---|
DensifyCurves | Densified versions of geometries with curves are fetched. This is the default. |
TrueCurveClient | Curve geometries are fetched, and this API acts as a true curve client when editing. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.12 - 200.6 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 200.6 |