IPhylogeneticTreeFormatterFormat Method |
Writes a PhylogeneticTree to the location specified by the writer.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax void Format(
Stream stream,
Tree tree
)
Sub Format (
stream As Stream,
tree As Tree
)
void Format(
Stream^ stream,
Tree^ tree
)
abstract Format :
stream : Stream *
tree : Tree -> unit
Parameters
- stream
- Type: System.IOStream
The Stream used to write the formatted Phylogenetic Tree text. - tree
- Type: Bio.PhylogeneticsTree
PhylogeneticTree to format.
See Also