_Item | |
Add | 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. |
CloseAll | Closes and deactivates all active measurement routines in PC-DMIS. |
CreateInspectionPlan | Creates a new inspection plan with different CAD file name and adds it to the PartPrograms collection |
CreateInspectionPlanFromPlanXml | Creates a new inspection plan with different CAD file name from a PlanXml file and adds it to the PartPrograms collection |
CreateRoutine | Creates a new measurement routine with different CAD file name and adds it to the PartPrograms collection |
CreateRoutineFromInspectionPlan | Creates a measurement routine from an inspection plan and then adds the routine as part of a PartPrograms collection. |
Item | Returns a specific PartProgram object from the collection in the PartPrograms object. |
Open | The Open function activates the measurement routine stored in the file FileName. If the file does not exist, nothing happens. |
OpenInspectionPlan | Opens an inspection plan with different CAD file name and adds it to the PartPrograms collection |
OpenRoutine | Opens an existing measurement routine with different CAD file name and adds it to the PartPrograms collection |
Remove | The Remove function saves, closes, and deactivates the indicated measurement routine. That measurement routine is no longer active in PC-DMIS. |
Application | Represents the read-only PC-DMIS application. The Application object includes properties and methods that return top-level objects. For example, the ActivePartProgram property returns a PartProgram object. |
Count | Returns the number of measurement routines active in PC-DMIS. |
Parent | Returns the parent object, in this case the Application object. |