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. Additionally, by default, Runtime indicates that is it not a true curve capable 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.

FetchCurves

Curve geometries are fetched, but ArcGIS Runtime does not act as a true curve client when editing.

TrueCurveClient

Curve geometries are fetched, and ArcGIS Runtime acts as a true curve client when editing.

Applies to

TargetVersions
.NET Standard 2.0100.12 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.12 - 100.15
.NET 5100.12
.NET Core 3.1100.12
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 100.15
In This Article
Back to top Copyright © 2022 Esri.