API Help
Eplan.EplApi.Base Namespace / SettingNode Class / GetSubNode Method
Paths of the child node.

GetSubNode Method (SettingNode)
Determines a child node.
Syntax
public virtual SettingNode GetSubNode( 
   string strSubNodePath
)

Parameters

strSubNodePath
Paths of the child node.

Return Value

The child node.If child node doesn't exist,NULL value is returned.
Exceptions
ExceptionDescription
The object has not been initialized correctly.
The function failed.
See Also