CADability dotNET
This class contains the information to undo a change in the project database.
Undoing a change is done by reflection. So we need an object, the name of a method
or a property and the parameters to use in the call. This information must be
provided in the constructor. The method or property must have public access.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public class ReversibleChange |
| Visual Basic |
|---|
Public Class ReversibleChange |
| Visual C++ |
|---|
public ref class ReversibleChange |
Inheritance Hierarchy
See Also