Method ReplaceGeometry
ReplaceGeometry(Geometry)
Replaces the current Geometry with the specified geometry.
Declaration
public void ReplaceGeometry(Geometry geometry)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geometry | The new geometry to replace the current geometry. The Geometry |
Remarks
Use this method to make changes to the Geometry that are not directly supported
using other Geometry
The Geometry is replaced by the given geometry, and therefore the z-awareness of Geometry will be the same as the given geometry.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.7 |
.NET | 200.3 - 200.7 |
.NET Windows | 200.3 - 200.7 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.7 |
.NET Framework | 200.3 - 200.7 |
UWP | 200.3 - 200.7 |