API Help
Eplan.EplApi.ApplicationFramework Namespace / IEplAction Interface / OnRegister Method
Name under which the action is registered in the system. Note\: Action names with . are not allowed.
Overload level of action

In This Topic
    OnRegister Method (IEplAction)
    In This Topic
    The action can be registered under a name determined by the action and an overload level.
    Syntax
    bool OnRegister( 
       ref string Name,
       ref int Ordinal
    )
    bool OnRegister( 
       String^% Name,
       int% Ordinal
    ) 

    Parameters

    Name
    Name under which the action is registered in the system. Note\: Action names with . are not allowed.
    Ordinal
    Overload level of action

    Return Value

    true: the return parameters are valid. false: the action is registered under the name of the class that implements this interface;
    See Also