Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / IEplAction Interface / OnRegister Method
Name under which the action is registered in the system.
Note: Action names must not contain a period (".")!
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

    Parameter NameDescription
    NameName under which the action is registered in the system.
    Note: Action names must not contain a period (".")!
    OrdinalOverload level of action

    Return Value

    TRUE, if the action was successfully loaded and registered
    FALSE, if the action was not registered
    See Also