Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
Long value that determines the termination type used by this event.
OnEndExecution Event
Description
This event gets launched when PC-DMIS finishes executing the specified program. PC-DMIS determines it has finished execution based on the termination type.
Syntax
Visual Basic
Public Event OnEndExecution( _
   ByVal PartProg As PartProgram, _
   ByVal TerminationType As Long _
)
Parameters
PartProg
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
TerminationType
Long value that determines the termination type used by this event.
See Also