API Help
Eplan.EplApi.Base Namespace / ProgressFactory Class / RegisterProgress Method
The progress object to register

In This Topic
    RegisterProgress Method
    In This Topic
    Registers the progress in the eplan framework
    Syntax
    public static void RegisterProgress( 
       IEplProgress pProgress
    )
    public:
    static void RegisterProgress( 
       IEplProgress^ pProgress
    ) 

    Parameters

    pProgress
    The progress object to register
    See Also