Eplan Platform API
Eplan.EplApi.EServices Namespace / IVerificationBase Interface / OnRegister Method
The new check is saved with this name in the system.
Overload level for the new check.

In This Topic
    OnRegister Method (IVerificationBase)
    In This Topic
    Called by EPLAN when the new check is added to the system.
    Syntax
    void OnRegister( 
       ref string strName,
       ref int iOrdinal
    )
    void OnRegister( 
       String^% strName,
       int% iOrdinal
    ) 

    Parameters

    Parameter NameDescription
    strNameThe new check is saved with this name in the system.
    iOrdinalOverload level for the new check.
    Remarks
    It is not allowed to override the functionality of an existing check. Only the message text can be changed as described in IMessage.OnRegister It is not possible to overwrite an existing verification. The overload level is just needed for registration purposes.
    See Also