Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTableBlock Class / TryGetRowPort Method


In This Topic
    TryGetRowPort Method
    In This Topic
    Gets the cell port for the specified row / col index and direction
    Syntax
    'Declaration
     
    
    Public Function TryGetRowPort( _
       ByVal rowIndex As System.Integer, _
       ByVal leftOrRight As System.Boolean, _
       ByRef port As NTableRowPort _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTableBlock
    Dim rowIndex As System.Integer
    Dim leftOrRight As System.Boolean
    Dim port As NTableRowPort
    Dim value As System.Boolean
     
    value = instance.TryGetRowPort(rowIndex, leftOrRight, port)
    public System.bool TryGetRowPort( 
       System.int rowIndex,
       System.bool leftOrRight,
       out NTableRowPort port
    )

    Parameters

    rowIndex
    leftOrRight
    port
    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