Enum CurveType
Types of true curve segment that a service can support.
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum CurveType
Fields
| Name | Description |
|---|---|
| Bezier3Curve | Geometries with cubic bezier segments are supported by the service. Feature geometries support segments of type CubicBezierSegment. |
| CircularArc | Geometries with circular arc segments are supported by the service. Feature geometries support segments of type EllipticArcSegment where IsCircular
is |
| EllipticArc | Geometries with elliptic arc segments are supported by the service. Feature geometries support segments of type EllipticArcSegment. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |