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

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

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