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 (IEplProgress)
    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

    Parameter NameDescription
    nNewLevelwhich part is started.
    strActionTextthe new action text for this part.
    See Also