BringToZPosition | 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. |
CancelExecution | This method presses the Cancel button on the Execution dialog box to stop execution and close the dialog box. |
Continue | This method presses the Continue button on the Execution dialog box. This resumes execution of a measurement routine. |
EraseHit | This method presses the Erase Hit button on the Execution dialog box. This removes the current highlighted hit from the dialog box. |
Jump | 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. |
NewRow | This method presses the New Row button on the Execution dialog box. This starts a new row for the manual scan being executed. |
ScaleProbe | This method presses the Scale Probe button on the Collision Detection dialog box. |
ScanDone | This method presses the Scan Done button on the Execution dialog box. This stops collecting data in a manual scan and processes the data. |
Skip | This method presses the Skip button on the Execution dialog box. This skips the next command displayed in the dialog box. |
StepInto | This method presses the Step Into button on the Collision Detection dialog box. |
StepNext | This method presses the Step Next button on the Execution dialog box. This continues the measurement processes by stepping through each new command. |
stop | 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. |
Watch | This method presses the Watch button on the Collision Detection dialog box. |
_Visible | |
Application | Read Only: Returns Application object |
ArmNumber | This read-only value returns the CMM arm number used during execution. |
Available | This read-only value determines if the Execution window is available. |
Caption | This read-only property returns the Execution window's caption (title on titlebar). |
Height | This read/write property returns or sets the height of the Execution window. |
Left | This read/write property returns or sets the left coordinate of the Execution window. |
Parent | Read Only: Returns the PartProgram object |
ProgressBarPercentage | 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. |
ShowContinueButton | This returns or sets the Continue button's visibility state in the Execution window. |
ShowJumpButton | This returns or sets the Jump button's visibility state in the Execution window. |
ShowSkipButton | This returns or sets the Skip button's visibility state in the Execution window. |
ShowStopButton | This returns or sets the Stop button's visibility state in the Execution window. |
Top | This read/write property returns or sets the top coordinate of the Execution window. |
Visible | This read/write property returns or sets the visibility status of the Execution window. |
Width | This read/write property returns or sets the width of the Execution window. |