cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

can I run mapkey in nographics mode using VB API

cshah
5-Regular Member

can I run mapkey in nographics mode using VB API

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 2
YaroslavSin
17-Peridot
(To:cshah)

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

MurphyMin
11-Garnet
(To:cshah)

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.

Top Tags