Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : OnObjectAboutToExecute2 Event
Command object that determines the command about to be executed.
Long value representing the arm on a multiple arm machine that is about to execute the command causing the event to launch.
OnObjectAboutToExecute2 Event
Description

This event gets launched immediately before the specified Command gets executed on a specified Arm of a multiple arm system.

Syntax
Visual Basic
Public Event OnObjectAboutToExecute2( _
   ByVal Command As Command, _
   ByVal Arm As Long _
)
Parameters
Command
Command object that determines the command about to be executed.
Arm
Long value representing the arm on a multiple arm machine that is about to execute the command causing the event to launch.
See Also