Your Products have been synced, click here to refresh
Dim PCDApp As Object Dim Part As Object Dim Cmds As Object Dim Cmd As Object Dim TCmd As Object Dim TCmds As Object Set PCDApp = CreateObject("PCDLRN.Application") Set Part = PCDApp.ActivePartProgram Set Cmds = Part.Commands Dim VSERIALNUMBER As Object For Each Cmd In Cmds Set TCmd = Cmd.TraceFieldCommand Set VSERIALNUMBER = TCmd("Serial Number").GetText Next Cmd
Dim PCDApp As Object Dim Part As Object Dim Cmds As Object Dim Cmd As Object Dim TCmd As Object Dim TCmds As Object Set PCDApp = CreateObject("PCDLRN.Application") Set Part = PCDApp.ActivePartProgram Set Cmds = Part.Commands Dim VSERIALNUMBER As Object For Each Cmd In Cmds Set TCmd = Cmd.TraceFieldCommand Set VSERIALNUMBER = TCmd("Serial Number").GetText Next Cmd
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |