Open Rails

STFReader.Tree Property

[This is preliminary documentation and subject to change.]

Property returning the last {item} read using ReadItem() prefixed with string describing the nested block hierachy.

The string returned is formatted 'rootnode(nestednode(childnode(previous_item'.

public string Tree { public get; }

Remarks

Tree is expensive method of reading STF files (especially for the GC) and should be avoided if possible.

See Also

STFReader Class | Orts.Parsers.Msts Namespace