Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / GetNodeHandle Method

In This Topic
    GetNodeHandle Method
    In This Topic
    Returns the SettingNode of the data node of the current setting. The individual settings can now be accessed via the functions of the SettingNode.
    Syntax
    public SettingNode GetNodeHandle()
    public:
    SettingNode^ GetNodeHandle(); 

    Return Value

    The SettingNode of the data node of the current scheme.
    See Also