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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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