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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |