API Help
Eplan.EplApi.DataModel Namespace / UndoStep Class / SetUndoDescription Method
This description appears in the tool tip of the undo step.

In This Topic
    SetUndoDescription Method
    In This Topic
    Set description of Undo action.
    Syntax
    public void SetUndoDescription( 
       string strDescription
    )
    public:
    void SetUndoDescription( 
       String^ strDescription
    ) 

    Parameters

    strDescription
    This description appears in the tool tip of the undo step.
    Exceptions
    ExceptionDescription
    Description could not be set.
    See Also