API Help
Eplan.EplApi.Base Namespace / SettingNode Class / GetParentNode Method

In This Topic
    GetParentNode Method (SettingNode)
    In This Topic
    Determines the parent node.
    Syntax
    public virtual SettingNode GetParentNode()
    public:
    virtual SettingNode^ GetParentNode(); 

    Return Value

    The parent node.
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    The function failed.
    See Also