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
)

Parameters

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