PC-DMIS 2021.1 Object Library
AutomationShowReadyToMoveWristToMessageBox Property
See Also  Example  Send Topic Feedback | See Object Hierarchy Chart
PCDLRN ActiveX DLL > AutomationSettings Object : AutomationShowReadyToMoveWristToMessageBox Property

Glossary Item Box

Description

This property controls whether the "Press OK when ready to Move Wrist to <Angle>" message box appears even when an automation call generates the message. (<Angle> represents an AB angle contained in the message box.)

Syntax

Visual Basic
Public Property AutomationShowReadyToMoveWristToMessageBox As Boolean

Return Type

Read/Write Boolean. True means the message appears. False means it's hidden. The default value is False.

Example

Example (C#)Copy Code
var comType = Type.GetTypeFromProgID(@"PCDLRN.Application");
var theAutomationSettings = theApp.AutomationSettings;
theAutomationSettings.AutomationShowReadyToMoveWristToMessageBox = true;

See Also

Copyright © 2020. Hexagon Manufacturing Intelligence – Metrology Software, Inc. All Rights Reserved.