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

Parameters

v

Return Value

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

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members