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

This event gets launched when the specified Command gets added to the measurement routine.

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