Nevron.Diagram.DataStructures Namespace / NGraphCrossingReductorBase Class / ApplyOrderToLayer Method


In This Topic
    ApplyOrderToLayer Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ApplyOrderToLayer( _
       ByVal layer As NGraphVertexList, _
       ByVal order() As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NGraphCrossingReductorBase
    Dim layer As NGraphVertexList
    Dim order() As System.Integer
     
    instance.ApplyOrderToLayer(layer, order)
    protected virtual void ApplyOrderToLayer( 
       NGraphVertexList layer,
       System.int[] order
    )

    Parameters

    layer
    order
    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