GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / ComputeClusterLayoutIterations Method
the recursion depth for clustered layout
In This Topic
    ComputeClusterLayoutIterations Method
    In This Topic
    Determine how many additional force-directed layout iterations should occur for this clustered network.
    Syntax
    protected virtual int ComputeClusterLayoutIterations( 
       int level,
       int maxiter
    )

    Parameters

    level
    the recursion depth for clustered layout
    maxiter

    Return Value

    a non-negative number that will be temporarily added to MaxIterations
    See Also