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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |