Measurement Result Display Event

Register the method to be executed when the measurement result display process is executed. Add the measurement result display event as follows:

1.Add the MeasureDisp control
Select the MeasureDisp control from the toolbox and then Drag & Drop it to a position on the Form.


2.Set the properties
Display the Property window of the measurement result display control added and set the following properties.

userForm : A form object to receive events from CoreRA. In most cases set the PanDA Form where the control is added.


3.Add the event handler
Double-click the measurement result display control added or click the event button to display the event for the object. And then double-click the [MeasureDisp] field to add the event handler.
Describe the process to be executed during measurement result display in the added event handler.