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

In This Topic
    ForceReload Method
    In This Topic
    Reloads settings node.
    Syntax
    public void ForceReload()
    public:
    void ForceReload(); 
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    Remarks
    Changes in settings made from one instance of EPLAN are not visible to other currently running instances. Method allows to reload setting node to get current setting values.
    See Also