Terminates the edit item mode. Before terminating, the returning geometry is polygonized to check that there are no intersecting lines that invalidate the geometry and to split the geometry into multipolygons at any intersection points that do exist.
JavaScript |
|
EndEdit() |
C# |
|
IGeometry EndEdit() |
C++ |
|
HRESULT EndEdit( IGeometry** newGeometry) |
Return Value
newGeometry
An IGeometry, representing the edited geometry.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.