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


In This Topic
    OGM Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub OGM( _
       ByVal njEb As NSchema, _
       ByVal OjEb As ESSb, _
       ByVal pjEb As YOrb _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim njEb As NSchema
    Dim OjEb As ESSb
    Dim pjEb As YOrb
     
    instance.OGM(njEb, OjEb, pjEb)
    internal virtual void OGM( 
       NSchema njEb,
       ESSb OjEb,
       YOrb pjEb
    )

    Parameters

    njEb
    OjEb
    pjEb
    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