API Help
Eplan.EplApi.Base Namespace / IEplProgress Interface / OnRegister Method
Name under which the action is registered in the system.
Overload level of progress
Whether this progress needs a mainframe window.

In This Topic
    OnRegister Method (IEplProgress)
    In This Topic
    Register the progreess
    Syntax
    bool OnRegister( 
       ref string Name,
       ref int Ordinal,
       ref bool bNoMainFrame
    )

    Parameters

    Name
    Name under which the action is registered in the system.
    Ordinal
    Overload level of progress
    bNoMainFrame
    Whether this progress needs a mainframe window.

    Return Value

    true: The return parameters are valid.
    See Also