Skip to main content
1-Visitor
January 10, 2019
Question

can I run mapkey in nographics mode using VB API

  • January 10, 2019
  • 2 replies
  • 1641 views

I have opened Creo in no graphics mode and registered server using VB API

I want to run mapkey using VB API when Creo is opened in no graphics mode

 

Any help greatly appreciated!!!!

2 replies

17-Peridot
January 11, 2019

Hello!

 

I'm never try to run mapkey in nongraphic mode, but if you have some problems in this... Try to play trail file instead mapkey

12-Amethyst
February 15, 2019

IpfcBaseSession.RunMacro();

 

you can use the class  IpfcBaseSession, it has a method RunMacro, first you need get Session Object, cause Session is the Child of Basesession, so you can use it's methods through Session Module.