Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphCrossingReductorBase Class / DefaultOrder Property


In This Topic
    DefaultOrder Property
    In This Topic
    Gets the defaul vertex order for the second layer (i.e. 1, 2, 3, ..., N).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultOrder As System.Integer()
    'Usage
     
    
    Dim instance As NGraphCrossingReductorBase
    Dim value() As System.Integer
     
    value = instance.DefaultOrder
    public System.int[] DefaultOrder {get;}
    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