API Help
Eplan.EplApi.Base Namespace / IEplProgress Interface / SetActionText Method
The new action text.

In This Topic
    SetActionText Method (IEplProgress)
    In This Topic
    Set the action text for the current progress (This is the level 1)
    Syntax
    void SetActionText( 
       string strText
    )
    void SetActionText( 
       String^ strText
    ) 

    Parameters

    strText
    The new action text.
    See Also