Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / GetListOfSettings Method
Container to which existing settings are output.
Controls the output:

True: Path of settings is absolute.

False: Relative paths of settings are output.


GetListOfSettings Method (SettingNode)
Determines all settings of this node.
Syntax
public virtual void GetListOfSettings( 
   ref StringCollection colOfSettings,
   bool bAbsolutPath
)

Parameters

colOfSettings
Container to which existing settings are output.
bAbsolutPath
Controls the output:

True: Path of settings is absolute.

False: Relative paths of settings are output.

Exceptions
ExceptionDescription
The value of the parameter object is NULL.
The object has not been initialized correctly.
The function failed.
See Also