Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NMetaDocument Class / Gxrb Method


In This Topic
    Gxrb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub Gxrb( _
       ByVal hxrb As System.String, _
       ByVal Ixrb As NMetaNamedElement _
    ) 
    'Usage
     
    
    Dim instance As NMetaDocument
    Dim hxrb As System.String
    Dim Ixrb As NMetaNamedElement
     
    instance.Gxrb(hxrb, Ixrb)
    internal void Gxrb( 
       System.string hxrb,
       NMetaNamedElement Ixrb
    )

    Parameters

    hxrb
    Ixrb
    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