Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ProE event ProMdlRetrievePostAction

  • Thread starter Thread starter scrutinizer
  • Start date Start date
Status
Not open for further replies.
S

scrutinizer

Guest
Does anybody know how to fire ProMdlRetrievePostAction event. When I call ProMdlRetrieve or ProMdlLoad this event does not occur. Thanks.
 
You have to register a function that will be called.

do this as follows:

ProNotificationSet(PRO_MDL_RETRIEVE_POST,(ProFunction)inst anceLoaded);



You defined instanceLoaded function to do what you need to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top