API Help
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

    strText
    The new action text.
    See Also