LuciadCPillar C# 2024.1.05
Luciad.Edit.Geometries.IGeometryEditCallback Interface Reference

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...
 

Detailed Description

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.

Since
2020.1

Member Function Documentation

◆ OnEdit()

void Luciad.Edit.Geometries.IGeometryEditCallback.OnEdit ( Luciad.Geometries.Geometry  newGeometry,
Luciad.Edit.ChangeStatus  changeStatus 
)

Can be implemented to handle the given geometry.

Parameters
newGeometrythe new geometry, cannot be null
changeStatusthe status of the change