The IMutableTreeGraph type exposes the following members.

Methods

  NameDescription
AddChild
Adds a child vertex to the tree
Clear
Clears the graph.
(Inherited from IMutableGraph.)
RemoveTree
Removes vertex and sub-tree

Properties

  NameDescription
AllowCycles
Gets a value indicating if the tree allows cycles
AllowParallelEdges
Parallel edge handling
(Inherited from IGraph.)
IsDirected
Directed or undirected graph
(Inherited from IGraph.)

See Also