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

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IGeometryEditCallback.

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.

newGeometry

the new geometry, cannot be nullptr

changeStatus

the status of the change

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IGeometryEditCallback::onEdit.