hi guys,
I'm working on a project and I need to get all the point names (because SAP doesen't name points in an order) from the SAP model in matlab so i can use them after that.
My code so far in this section is:
feature('COM_SafeArraySingleDim', 1);
feature('COM_PassSafeArrayByRef', 1)...