API Help
Eplan.EplApi.EServices Namespace / IPartVerification Interface
Members

In This Topic
    IPartVerification Interface
    In This Topic
    Interface declaration for a part check in EPLAN. If an add-in wants to add an undefined part check to EPLAN projects this interface must be implemented by a class of the add-in.
    Syntax
    public interface IPartVerification : IMessage, IVerificationBase  
    public interface class IPartVerification : public IMessage, IVerificationBase  
    Public Methods
     NameDescription
     MethodCalled by EPLAN when the help text to the message should be shown. the function itself must take care to call the matching help system with the correct language. The easiest way is to call a simple dialog or message box. (Inherited from Eplan.EplApi.EServices.IMessage)
     MethodCalled by EPLAN when a specific MDPartsDatabaseItem is to be checked. Currently only MDPart objects are passed to this method. Implements the "check."  
     MethodCalled by EPLAN when the message text should be shown. (Inherited from Eplan.EplApi.EServices.IMessage)
     MethodCalled by EPLAN when a check routine has been completed. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
     MethodCalled by EPLAN when the new check is added to the system. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
     MethodCalled by EPLAN when a check routine starts in the system. (Inherited from Eplan.EplApi.EServices.IVerificationBase)
    Top
    See Also