JMP 16 automation *much* slower than JMP 15
Details:
I am seeing poor automation performance JMP 16 vs JMP 15.
Compared to JMP 15 (Tested 15.21)
Sample C# code at bottom:
(C# .NetFramework) using the JMP.tbl reference for automation
Key Line of code: (From C# JMP automation)
jmpDT.NewColumn("MyData", JMP.colDataTypeConstants.dtTypeNumeric, 0, 8).SetDataVector(MyData);
This adds a column of data to the JMP datatable from an array (MyData)...