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

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

    Return Value

    Returns the path of this node as a string, with the string segments separated by dots.
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    The function failed.
    See Also