How can I get the new radius and position of a circle after editing it (Circles.Editable := True)?
Hi Björn,
You can use the OnPolyElementEditEnd event to get the updated values.
The values are included in AEventData.CustomData.
How can I get the new radius and position of a circle after editing it (Circles.Editable := True)?
Hi Björn,
You can use the OnPolyElementEditEnd event to get the updated values.
The values are included in AEventData.CustomData.