For a list of all members of this type, see TreeVertex members.
Public Methods
| Name | Description |
 | AddDestinationEdge |
Adds an edge to the list successors
(i.e., the edge will be going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | AddSourceEdge |
Adds an edge to the list of predecessors
(i.e., the edge will be coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | CommitPosition | Moves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | CopyInheritedPropertiesFrom | This method just copies inheritable properties from another TreeVertex. |
 | DeleteDestinationEdge |
Deletes an edge from the list of successors
(i.e., the edge was going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteSourceEdge |
Deletes an edge from the list of predecessors
(i.e., the edge was coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
Top
See Also