|
LuciadCPillar C# 2026.0.04
|
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. | |
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 |