Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : ExecutionWindow Object
ExecutionWindow Object Members
Public Methods
This method sets the Z position of the Execution dialog box based on the parameter's value.
When you have multiple dialog boxes or windows, the Z position controls the order in which the item appears.
This method presses the Cancel button on the Execution dialog box to stop execution and close the dialog box.
This method presses the Continue button on the Execution dialog box. This resumes execution of a measurement routine.
This method presses the Erase Hit button on the Execution dialog box. This removes the current highlighted hit from the dialog box.
This method presses the Jump button on the Execution dialog box. This stops execution and displays the Jump to Features list dialog box so you can jump to a new feature.
This method presses the New Row button on the Execution dialog box. This starts a new row for the manual scan being executed.
This method presses the Scale Probe button on the Collision Detection dialog box.
This method presses the Scan Done button on the Execution dialog box. This stops collecting data in a manual scan and processes the data.
This method presses the Skip button on the Execution dialog box. This skips the next command displayed in the dialog box.
This method presses the Step Into button on the Collision Detection dialog box.
This method presses the Step Next button on the Execution dialog box. This continues the measurement processes by stepping through each new command.
This method presses the Stop button on the Execution dialog box. It also halts the probe at its curent position and suspends execution of the measurement routine.
This method presses the Watch button on the Collision Detection dialog box.
Public Properties
 
Read Only: Returns Application object
This read-only value returns the CMM arm number used during execution.
This read-only value determines if the Execution window is available.
This read-only property returns the Execution window's caption (title on titlebar).
This read/write property returns or sets the height of the Execution window.
This read/write property returns or sets the left coordinate of the Execution window.
Read Only: Returns the PartProgram object
This read only property returns the percentage value of the progress bar on the Execution window. A positive value means the execution has started. A negative value means the execution percentage is not available. 
This returns or sets the Continue button's visibility state in the Execution window.
This returns or sets the Jump button's visibility state in the Execution window.
This returns or sets the Skip button's visibility state in the Execution window.
This returns or sets the Stop button's visibility state in the Execution window.
This read/write property returns or sets the top coordinate of the Execution window.
This read/write property returns or sets the visibility status of the Execution window.
This read/write property returns or sets the width of the Execution window.
See Also