The Open function activates the measurement routine stored in the file FileName. If the file does not exist, nothing happens.
Visual Basic |
---|
Public Function Open( _ ByVal FileName As String, _ ByVal MachineName As String _ ) As PartProgram |
- FileName
- Required String. The file name of the PartProgram to open.
- MachineName
- Required String. This is the identifying string for your machine. If you're running in offline mode, use "Offline". If you're running in online mode use "CMM1".
PartProgram object.