Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettingNode 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.


In This Topic
    GetListOfSettings Method (ProjectSettingNode)
    In This Topic
    Determines all settings of this node.
    Syntax
    public override void GetListOfSettings( 
       ref StringCollection colOfSettings,
       bool bAbsolutPath
    )
    public:
    void GetListOfSettings( 
       StringCollection^% colOfSettings,
       bool bAbsolutPath
    ) override 

    Parameters

    Parameter NameDescription
    colOfSettingsContainer to which existing settings are output.
    bAbsolutPathControls 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