Open Method
Description
The Open function activates the measurement routine stored in the file FileName. If the file does not exist, nothing happens.
Syntax
Visual Basic |
---|
Public Function Open( _ ByVal FileName As String, _ ByVal MachineName As String _ ) As PartProgram |
Parameters
- 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".
Return Type
PartProgram object.
See Also