GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraphInitIndices Enumeration
In This Topic
    GoLayoutLayeredDigraphInitIndices Enumeration
    In This Topic
    This enumeration controls how GoLayoutLayeredDigraph.InitializeIndices determines the array of indices for each layer.
    Syntax
    public enum GoLayoutLayeredDigraphInitIndices : System.Enum 
    Members
    MemberDescription
    DepthFirstInInitialize using GoLayoutLayeredDigraph.DepthFirstInInitializeIndices
    DepthFirstOutInitialize using GoLayoutLayeredDigraph.DepthFirstOutInitializeIndices
    NaiveInitialize using GoLayoutLayeredDigraph.NaiveInitializeIndices
    See Also