Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / ndnC Method


In This Topic
    ndnC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ndnC( _
       ByVal OdnC As NTextPosition, _
       ByVal pdnC As NBlock, _
       ByVal QdnC As System.Boolean, _
       ByRef rdnC As System.Integer _
    ) As NTextPosition
    'Usage
     
    
    Dim instance As NSelection
    Dim OdnC As NTextPosition
    Dim pdnC As NBlock
    Dim QdnC As System.Boolean
    Dim rdnC As System.Integer
    Dim value As NTextPosition
     
    value = instance.ndnC(OdnC, pdnC, QdnC, rdnC)
    internal NTextPosition ndnC( 
       NTextPosition OdnC,
       NBlock pdnC,
       System.bool QdnC,
       out System.int rdnC
    )

    Parameters

    OdnC
    pdnC
    QdnC
    rdnC
    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