Eplan Platform API
Eplan.EplApi.Base Namespace / IEplProgress Interface / SetOverallActionText Method
The new action text.

In This Topic
    SetOverallActionText Method (IEplProgress)
    In This Topic
    Set the action text for the complete progress (This is the level 2)
    Syntax
    void SetOverallActionText( 
       string strText
    )
    void SetOverallActionText( 
       String^ strText
    ) 

    Parameters

    Parameter NameDescription
    strTextThe new action text.
    See Also