Skip to Content
1
Former Member
Aug 04, 2016 at 02:57 PM

How access to PCM views data through COM interface?

83 Views

Hi,

I trying to get a PCM views data through the PCM COM interface.

So, I created a small program, add the PAD 1.0 Type Library.

But after the initialization, I'm not able to execute any operation because all of them requires a "passport".

var padModelClass = new PADModelClass(); padModelClass.Open(passport: "????????????", ModelName: "TheModelName");

I have a local installation of PCM. Where can I find (or set) this passport value in order to be able to use this COM API?

Thanks in advance,

Alexander.