API Help
Eplan.EplApi.DataModel Namespace / ProjectSettingNode Class / GetNodePath Method

In This Topic
    GetNodePath Method (ProjectSettingNode)
    In This Topic
    Determines the path of this node.
    Syntax
    public override string GetNodePath()
    public:
    String^ GetNodePath(); override 

    Return Value

    Returns the path of this node as a string.
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    The function failed.
    See Also