Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NDomSerializationContext Class / KQrb Method


In This Topic
    KQrb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function KQrb( _
       ByVal lQrb As NNode, _
       ByRef MQrb As System.Long _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDomSerializationContext
    Dim lQrb As NNode
    Dim MQrb As System.Long
    Dim value As System.Boolean
     
    value = instance.KQrb(lQrb, MQrb)
    internal System.bool KQrb( 
       NNode lQrb,
       out System.long MQrb
    )

    Parameters

    lQrb
    MQrb
    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