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

SetUndoDescription Method
Set description of Undo action.
Syntax
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