Class GeometryExtensions
Provides additional operations operations for Geometry objects, as extension methods.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static class GeometryExtensions
Methods
Name | Description |
---|---|
WithM<T>(T, Double) | Returns a copy of a geometry with the supplied M value. |
WithZ<T>(T, Double) | Returns a copy of a geometry with the supplied z-coordinate. |
WithZAndM<T>(T, Double, Double) | Returns a copy of a geometry with the supplied z-coordinate and m-value. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200 |
.NET 6.0 | 200 |
.NET 6.0 Windows | 200 |
.NET 6.0 Android | 200 |
.NET 6.0 iOS | 200 |
.NET Framework | 200 |
UWP | 200 |