Add Method
Description
The Add function creates a new measurement routine and activates it in PC-DMIS. If a measurement routine named FileName exists, it is loaded and the Units parameter is ignored.
Syntax
Parameters
- Name
- Required String. The file name in which to store the new PartProgram.
- Units
Required UNITTYPE enumeration.Value Description INCH MM - Machine
- Required String. The identifying string for your machine. If you're running in offline mode, use "Offline". If you're running in online mode use "CMM1".
- ProbeFile
- Required String. The identifying string for the probe (.prb) file to use in the measurement routine.
Return Type
PartProgram object.
See Also