OnDisconnectSlave Event
Description
This event gets launched when PC-DMIS disconnects from the slave computer.
Syntax
| Visual Basic |
|---|
Public Event OnDisconnectSlave( _ ByVal PartProg As PartProgram _ ) |
Parameters
- PartProg
- An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
See Also