Your Products have been synced, click here to refresh
Sub Main 'Declares the File System Object And Instantiates it Dim objFSO Set objFSO = CreateObject("Scripting.FileSystemObject") Dim Count As Integer 'Declares PC-DMIS As the Active Program/Application Dim PCDApp, Part, Cmds, Cmd, TCmd As Object Set PCDApp = CreateObject("PCDLRN.Application") Set Part = PCDApp.ActivePartProgram Set Cmds = Part.Commands For Each Cmd In Cmds If Cmd.IsTraceFieldCommand Then Set TCmd = Cmd.TraceFieldCommand Count=Count+1 End If Next Cmd
Sub Main 'Declares the File System Object And Instantiates it Dim objFSO Set objFSO = CreateObject("Scripting.FileSystemObject") Dim Count As Integer 'Declares PC-DMIS As the Active Program/Application Dim PCDApp, Part, Cmds, Cmd, TCmd As Object Set PCDApp = CreateObject("PCDLRN.Application") Set Part = PCDApp.ActivePartProgram Set Cmds = Part.Commands For Each Cmd In Cmds If Cmd.IsTraceFieldCommand Then Set TCmd = Cmd.TraceFieldCommand Count=Count+1 End If Next Cmd
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |