cnsGetDisplayPath
Returns the display name path of a node
Synopsis
bool cnsGetDisplayPath(string cnsPath, langString
                &displayPath);
Parameters
| Parameter | Description | 
|---|---|
| cnsPath | The ID path of a node | 
| displayPath | Receives the display name path of the node | 
Return value
Returns TRUE if successful or FALSE in case of an error.
Errors
-
Description
This function returns the display name path of the given node.
main()
{
  langString displayPath;
  cnsGetDisplayPath("System1.view1:TreeA.NodeB", displayPath);
}Availability
UI, CTRL
