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

In This Topic
    ProjectSettingNode Constructor(Project,String)
    In This Topic
    Constructor Constructs a handle so that it points to a project settings node specified in strNodePath parameter
    Syntax
    public ProjectSettingNode( 
       Project oProj,
       string strNodePath
    )
    public:
    ProjectSettingNode( 
       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