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

True: Path of settings is absolute.

False: Relative paths of settings are output.


In This Topic
    GetListOfNodes Method (SettingNode)
    In This Topic
    Determines all settings nodes.
    Syntax
    public virtual void GetListOfNodes( 
       ref StringCollection colOfNodes,
       bool bAbsolutPath
    )
    public:
    virtual void GetListOfNodes( 
       StringCollection^% colOfNodes,
       bool bAbsolutPath
    ) 

    Parameters

    colOfNodes
    Container to which existing settings nodes 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