![]() |
LuciadCPillar C# 2024.1.05
|
A callback interface that can signal that a geometry was edited. More...
Public Member Functions | |
void | OnEdit (Luciad.Geometries.Geometry newGeometry, Luciad.Edit.ChangeStatus changeStatus) |
Can be implemented to handle the given geometry. More... | |
A callback interface that can signal that a geometry was edited.
This class is used by IEditHandles
implementations to signal that they made changes to the geometry. See also IGeometryHandlesProvider
.
void Luciad.Edit.Geometries.IGeometryEditCallback.OnEdit | ( | Luciad.Geometries.Geometry | newGeometry, |
Luciad.Edit.ChangeStatus | changeStatus | ||
) |
Can be implemented to handle the given geometry.
newGeometry | the new geometry, cannot be null |
changeStatus | the status of the change |