Show / Hide Table of Contents

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 ServiceCurveGeometryMode to change this default behavior. For details of curve support in services, see ArcGIS REST API documentation.

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

TargetVersions
.NET Standard 2.0100.12 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.12 - 200.8
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 200.8
In This Article
Back to top Copyright © 2022 Esri.