API Help
Eplan.EplApi.DataModel Namespace / ProjectSettingNode Class / Set Method / Set(Project,String) Method
The project that the settings node belongs to.
Indicates the path of the node. May be empty.

In This Topic
    Set(Project,String) Method
    In This Topic
    Sets the handle to point to a specified project settings node.
    Syntax
    public void Set( 
       Project oProj,
       string strNodePath
    )
    public:
    void Set( 
       Project^ oProj,
       String^ strNodePath
    ) 

    Parameters

    oProj
    The project that the settings node belongs to.
    strNodePath
    Indicates the path of the node. May be empty.
    See Also