Eplan Platform API
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 progress
    Syntax
    bool OnRegister( 
       ref string Name,
       ref int Ordinal,
       ref bool bNoMainFrame
    )

    Parameters

    Parameter NameDescription
    NameName under which the action is registered in the system.
    OrdinalOverload level of progress
    bNoMainFrameWhether this progress needs a mainframe window.

    Return Value

    true: The return parameters are valid.
    See Also