GoDiagram Win Reference
GoLayoutLayeredDigraphCycleRemove Enumeration

This enumeration controls how GoLayoutLayeredDigraph.RemoveCycles changes the graph to make sure it contains no cycles or loops.
Syntax
'Declaration
 
Public Enum GoLayoutLayeredDigraphCycleRemove 
   Inherits System.Enum
public enum GoLayoutLayeredDigraphCycleRemove : System.Enum 
Members
MemberDescription
DepthFirstRemove cycles using GoLayoutLayeredDigraph.DepthFirstSearchCycleRemoval
GreedyRemove cycles using GoLayoutLayeredDigraph.GreedyCycleRemoval
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.Layout.GoLayoutLayeredDigraphCycleRemove

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Northwoods.Go.Layout Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback