Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2022.2 Object Library
PCDLRN ActiveX DLL > PartPrograms Object : CreateInspectionPlanFromPlanXml Method
CreateInspectionPlanFromPlanXml Method
Description
Creates a new inspection plan with different CAD file name from a PlanXml file and adds it to the PartPrograms collection
Syntax
Visual Basic
Public Function CreateInspectionPlanFromPlanXml( _
   ByVal FileName As String, _
   ByVal CadFileName As String, _
   ByVal PlanXmlFile As String _
) As PartProgram
Parameters
FileName
CadFileName
PlanXmlFile
See Also