Enums.ServiceCurveGeometryMode enumeration
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, this API indicates that is it not a true-curve-capable client when sending updates to services that support curves. Use ArcGISRuntimeEnvironment::serviceCurveGeometryMode to change this default behavior.
For details of curve support in services, see ArcGIS REST API documentation.
The ServiceCurveGeometryMode can be one of:
Constant | Description |
---|---|
Enums.ServiceCurveGeometryModeDensifyCurves | (0) Densified versions of geometries with curves are fetched. This is the default. |
Enums.ServiceCurveGeometryModeTrueCurveClient | (2) Curve geometries are fetched, and this API acts as a true curve client when editing. |