API Help
Eplan.EplApi.DataModel Namespace / ProjectSettingNode Class / GetSubNode Method
Paths of the child node.

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

    Parameters

    strSubNodePath
    Paths of the child 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