Eplan Platform API
Eplan.EplApi.Base Namespace / IEplProgress Interface / EndPartCalled Method
which part is started.
the new action text for this part.

In This Topic
    EndPartCalled Method
    In This Topic
    One progress part ends. Perhaps you want to set a new actiontext for this part!
    Syntax
    void EndPartCalled( 
       int nNewLevel,
       string strActionText
    )
    void EndPartCalled( 
       int nNewLevel,
       String^ strActionText
    ) 

    Parameters

    nNewLevel
    which part is started.
    strActionText
    the new action text for this part.
    See Also