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

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

    Parameters

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