Geometry.ToEditable
ToEditable()
Gets an editable copy of this geometry.
public Geometry ToEditable()
Return Value
An editable copy of this geometry.
See Also
- class Geometry
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
ToEditable<T>()
Gets an editable copy of this geometry.
public T ToEditable<T>()
where T : Geometry
Parameter | Description |
---|---|
T | Type of the geometry to get. Must be an inheritor of Geometry class. |
Return Value
An editable copy of this geometry.
Exceptions
exception | condition |
---|---|
InvalidCastException | Unable to cast an editable copy of this geometry to type T. |
See Also
- class Geometry
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS