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


In This Topic
    GetChild Method (NNode)
    In This Topic
    Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created.
    Overload List
    OverloadDescription
    Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created.  
    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.  
    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