Click or drag to resize
NewickParser Properties

The NewickParser type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of Newick parser. This is intended to give developers some information of the parser class. This property returns a simple description of what the NewickParser class achieves.
Public propertyName
Gets the type of Parser i.e NEWICK. This is intended to give developers some information of the parser class.
Public propertySupportedFileTypes
Gets a comma separated values of the possible file extensions for a Newick file.
Public propertyTreeName
Name for the tree when parsing. If not set, this will be set to a default value of "PhylogeneticTree"
Top
See Also