Measurement Result Output Event
Register the method to be executed when the measurement result output process is executed. Add the measurement result output event as follows:
1.Add the MeasureOut control
Select the MeasureOut 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 output 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 output control added or click the event button
to display the event for the object. And then double-click the [MeasureOut] field to add the event handler.
Describe the process to be executed during measurement result output in the added event handler.