OnRegister Method (IMessage)
In This Topic
Called by EPLAN when the new project message is added to the system. If a new project message was added to a registered add-in, the add-in must be registered over again.
Syntax
Parameters
- strCreator
- eRegion
- The new project message will be added to this IMessage.Region. Add\-ins should be use region ePRJMSG_REGION_EXTERNALS.
- iMessageId
- serial number inside the chosen region
- eClassification
- Default IMessage.Classification of the new message. The IMessage.Classification could be changed in the project setting dialog at run time.
- iOrdinal
- The new message could overwrite an existing message which has the same IMessage.Region and the same iMessageId, if the ordinal number of the new message is higher. (default\: 20)
See Also