Show / Hide Table of Contents

Property HasCurves

HasCurves

Gets a value indicating whether the part contains any curve segments.

Declaration
public bool HasCurves { get; }
Property Value
Type Description
Boolean

True if this part has curves, otherwise false.

Remarks

Prior to v100.12, only LineSegment linear segments were available to be added to mutable parts when building geometries.

From v100.12, geometry builders support curve segments. This property returns true if any segments where IsCurve is true have been added to the part.

See Also
HasCurves
HasCurves
IsCurve

Applies to

Platforms and versions
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.