Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class / SetNeededSteps Method
Number of steps

In This Topic
    SetNeededSteps Method
    In This Topic
    Indicates how many steps are required to reach 100%. E.g. used for loops.
    Syntax
    public void SetNeededSteps( 
       int neededSteps
    )
    public:
    void SetNeededSteps( 
       int neededSteps
    ) 

    Parameters

    neededSteps
    Number of steps
    Remarks
    Caution: Keep in mind to call this function after having created a new segment (BeginPart). Otherwise no steps are implemented.
    See Also