Passing Key-Value pair to a COM method in C#
- by Sinnerman
Hello,
I have the following problem:
I have a project in C# .Net where I use a third party COM component.
So the problem is that the above component has a method, which takes a string and a number of key-value pairs as arguments. I already managed to call that method through JavaScript like that:
var srcName
srcName = top.cadView.addSource(…