CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Gets or sets the undo-system. Usually this is the undosystem of the Project
containing this model.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public UndoRedoSystem Undo { get; set; } |
| Visual Basic |
|---|
Public Property Undo As UndoRedoSystem Get Set |
| Visual C++ |
|---|
public: property UndoRedoSystem^ Undo { UndoRedoSystem^ get (); void set (UndoRedoSystem^ value); } |