Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / GetChild Method / GetChild(NChild,Boolean) Method


In This Topic
    GetChild(NChild,Boolean) Method
    In This Topic
    Gets the child at the specified named slot. If createOnDemand is true and the named slot is marked as CreateOnDemand and the current slot value is null, a new child node of the default schema is automatically created.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetChild( _
       ByVal child As NChild, _
       ByVal createOnDemand As System.Boolean _
    ) As NNode
    'Usage
     
    
    Dim instance As NNode
    Dim child As NChild
    Dim createOnDemand As System.Boolean
    Dim value As NNode
     
    value = instance.GetChild(child, createOnDemand)
    public NNode GetChild( 
       NChild child,
       System.bool createOnDemand
    )

    Parameters

    child
    createOnDemand
    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