Show / Hide Table of Contents

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 true.

EllipticArc

Geometries with elliptic arc segments are supported by the service.

Feature geometries support segments of type EllipticArcSegment.

See Also
SupportedCurveTypes
SupportedCurveTypes

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.