API Help
Eplan.EplApi.DataModel Namespace / ProjectSettingNode Class / GetParentNode Method

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

    Return Value

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