Search
CommandHistory.getCapacity Method
See Also
 

Gets how much commands can be saved in the undo history.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public int getCapacity ()

 Return Value

An integer value specifying how much commands can be saved in the undo/redo history before dropping the oldest command.

 See Also