|
LuciadCPillar C# 2026.0
|
A callback interface that can signal that a geometry was changed in the context of creation. More...
Public Member Functions | |
| void | OnGeometryChanged (Luciad.Geometries.Geometry newGeometry, Luciad.Edit.ChangeStatus changeStatus) |
| Can be implemented to handle the given geometry. | |
| void | OnGeometryCreateFailed (Luciad.ErrorInfo errorInfo) |
| Can be implemented to handle the case when geometry creation has failed. | |
A callback interface that can signal that a geometry was changed in the context of creation.
This class is used by IGeometryCreator implementations.
| void Luciad.Create.Geometries.IGeometryCreateCallback.OnGeometryChanged | ( | 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 this change |
| void Luciad.Create.Geometries.IGeometryCreateCallback.OnGeometryCreateFailed | ( | Luciad.ErrorInfo | errorInfo | ) |
Can be implemented to handle the case when geometry creation has failed.
| errorInfo | an info object that describes why creation failed. |