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

ForceReload Method
Reloads settings node.
Syntax
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