Property PreviewGeometry
PreviewGeometry
Gets a geometry previewing the changes made by the current interaction.
Declaration
public Geometry PreviewGeometry { get; }
Property Value
| Type | Description |
|---|---|
| Geometry | A geometry previewing the changes made by the current interaction. |
Remarks
If the GeometryEditor was started with an input geometry by calling Start(Geometry), then the preview geometry is returned in the same spatial reference as the input geometry.If the input geometry spatial reference is null, or the editor was started using Start(GeometryType), then the preview geometry is returned in the spatial reference of the associated MapView. If no spatial reference is set on either input geometry or via an associated map view, then the spatial reference of the preview geometry will be null.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |