API Help
Eplan.EplApi.Base Namespace / SettingNode Class / MergeWithNode Method
Indicates the settings node to be merged with this one.

In This Topic
    MergeWithNode Method
    In This Topic
    Merges settings nodes.
    Syntax
    public bool MergeWithNode( 
       SettingNode oSettingNode
    )
    public:
    bool MergeWithNode( 
       SettingNode^ oSettingNode
    ) 

    Parameters

    oSettingNode
    Indicates the settings node to be merged with this one.

    Return Value

    True: Operation was successful.

    False: Operation failed.

    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    Remarks
    All Settings nodes and Settings of oSettingNode are added to this node. Existing settings are NOT overwritten.
    See Also