API Help
Eplan.EplApi.Base Namespace / ProgressFactory Class / UnRegisterProgress Method
The progress object to unregister

In This Topic
    UnRegisterProgress Method
    In This Topic
    unRegisters the progress from the eplan framework
    Syntax
    public static void UnRegisterProgress( 
       IEplProgress pProgress
    )
    public:
    static void UnRegisterProgress( 
       IEplProgress^ pProgress
    ) 

    Parameters

    pProgress
    The progress object to unregister
    See Also