Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / KGM Method


In This Topic
    KGM Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub KGM( _
       ByVal SKEb As NNode, _
       ByVal tKEb As NSchema, _
       ByVal UKEb As NDomDeepCopyContext _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim SKEb As NNode
    Dim tKEb As NSchema
    Dim UKEb As NDomDeepCopyContext
     
    instance.KGM(SKEb, tKEb, UKEb)
    internal virtual void KGM( 
       NNode SKEb,
       NSchema tKEb,
       NDomDeepCopyContext UKEb
    )

    Parameters

    SKEb
    tKEb
    UKEb
    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