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