Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphCrossingReductorBase Class / IsFixed Method
The index of the position to check.


In This Topic
    IsFixed Method
    In This Topic
    Returns true if the specified position in Layer2 contains a vertex with a fixed IndexInLayer defined by the user.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsFixed( _
       ByVal vertexIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphCrossingReductorBase
    Dim vertexIndex As System.Integer
    Dim value As System.Boolean
     
    value = instance.IsFixed(vertexIndex)
    protected virtual System.bool IsFixed( 
       System.int vertexIndex
    )

    Parameters

    vertexIndex
    The index of the position to check.
    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