Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PartProgram object to determine the measurement routine for which this event should wait.
Command object to determine the command for which this event should wait.
OnAddObject Event
Description

This event gets launched when the specified command (Command) gets added to the specified measurement routine (PartProg).

Syntax
Visual Basic
Public Event OnAddObject( _
   ByVal PartProg As PartProgram, _
   ByVal Command As Command _
)
Parameters
PartProg
PartProgram object to determine the measurement routine for which this event should wait.
Command
Command object to determine the command for which this event should wait.
See Also