NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NGraphPermutationCrossingReductor Class / IsOrderValid Method
The order to evaluate.
The number of vertices from the given order array to evaluate.
In This Topic
    IsOrderValid Method
    In This Topic
    Checks whether the given vertex order is valid. The default implementation always returns true, but can be overriden in a dervided class to ignore some of the vertex permutations.
    Syntax
    protected virtual System.bool IsOrderValid( 
       System.int[] order,
       System.int count
    )

    Parameters

    order
    The order to evaluate.
    count
    The number of vertices from the given order array to evaluate.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also