GoXam for WPF v3
LongestPathSourceLayeringLength Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : LongestPathSourceLayeringLength Method
Computes the length of the longest path from node to a source node and sets the layer of node to that length. Returns the length of the longest path from node to a source node.
Syntax
protected virtual int LongestPathSourceLayeringLength( 
   LayeredDigraphVertex v
)

Parameters

v

Return Value

Returns the length of the longest path from node to a source node.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members