Show / Hide Table of Contents

Enum GeometryExtendOptions

Flags for the type of extend operation to perform.

Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Flags]
public enum GeometryExtendOptions

Fields

Name Description
Default

By default, extension considers both ends of paths. The old ends remain and new points are added at the extended ends. The new points have attributes that are extrapolated from adjacent existing segments.

DoNotExtendFromEndPoint

Do not extend the 'to' end of any path.

DoNotExtendFromStartPoint

Do not extend the 'from' end of any path.

KeepEndAttributes

If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes the same as the current end.

NoEndAttributes

If an extension is performed at an end, do not extrapolate the end-segment's attributes for the new point. Instead, make its attributes be empty. Incompatible with KeepEndAttributes.

RelocateEnds

If an extension is performed at an end, relocate the end point to the new position instead of leaving the old point and adding a new point at the new position.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.1 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.1 - 100.14
Xamarin.iOS100.1 - 100.14
UWP100.1 - 100.14
In This Article
Back to top Copyright © 2021 Esri.