Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / GetNodePathDot Method

GetNodePathDot Method (SettingNode)
Determines the path of this node.
Syntax
public virtual string GetNodePathDot()

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