Eplan Platform API
Eplan.EplApi.Base Namespace / IEplProgress Interface / SetProgressStep Method
1 to GetLevelCount + 1. 1 is the overall progress
Contains the new value the progress should show. Is always between 0 and 100.

In This Topic
SetProgressStep Method
In This Topic
The actual stepping of the progress. The function is called for every level the progress supports.
Syntax
void SetProgressStep( 
   int nLevel,
   int nSpent
)

Parameters

nLevel
1 to GetLevelCount + 1. 1 is the overall progress
nSpent
Contains the new value the progress should show. Is always between 0 and 100.
See Also