Esempio n. 1
0
 /// <summary>This method is used to handle notification messages from the main Mastercam app to your NetHook
 ///  application. This could allow you to include special handling of certain notification messages, such as
 ///  graphical repaints or file changes. Just like the Close and Init methods, this is entirely optional
 ///  and probably should only be used if you're very comfortable with the Mastercam messaging system and
 ///  want to do some very advanced application programming.</summary>
 /// <param name="eventFlag">Event type</param>
 /// <returns>A <c>MCamReturn</c> return type representing the outcome of this method.</returns>
 public override MCamReturn Notify(MCamEvent eventFlag)
 {
     return(MCamReturn.NoErrors);
 }
Esempio n. 2
0
 /// <summary>This method is used to handle notification messages from the main Mastercam app to your NetHook
 ///  application. This could allow you to include special handling of certain notification messages, such as
 ///  graphical repaints or file changes. Just like the Close and Init methods, this is entirely optional
 ///  and probably should only be used if you're very comfortable with the Mastercam messaging system and
 ///  want to do some very advanced application programming.</summary>
 /// <param name="eventFlag">Event type</param>
 /// <returns>A <c>MCamReturn</c> return type representing the outcome of this method.</returns>
 public override MCamReturn Notify(MCamEvent eventFlag)
 {
     return MCamReturn.NoErrors;
 }