Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / GetSubNode Method
Indicates the path of the child node (relative to path of the node, path starts after the path of the node).

In This Topic
    GetSubNode Method (SettingNode)
    In This Topic
    Determines a child node.
    Syntax
    public virtual SettingNode GetSubNode( 
       string strSubNodePath
    )
    public:
    virtual SettingNode^ GetSubNode( 
       String^ strSubNodePath
    ) 

    Parameters

    strSubNodePath
    Indicates the path of the child node (relative to path of the node, path starts after the path of the node).

    Return Value

    The child node.If child node doesn't exist,NULL value is returned.
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    The function failed.
    See Also