[This is preliminary documentation and is subject to change.]
Gets or sets the root SimisTreeNode for the tree read or written by this class.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override SimisTreeNode Tree { get; set; }
Public Overrides Property Tree As SimisTreeNode Get Set
public: virtual property SimisTreeNode^ Tree { SimisTreeNode^ get () override; void set (SimisTreeNode^ value) override; }
Value
[Missing <value> documentation for "P:Jgr.IO.Parser.UndoRedoSimisFile.Tree"]
Remarks
Setting the Tree will add to the available undo buffers and reset the redo buffers.