cnsGetDisplayNames

Returns the display names of a node.

Synopsis

bool cnsGetDisplayNames(string cnsPath, langString &displayNames);

Parameters

Parameter Description
cnsPath The ID path of the node
displayNames Receives the display names of the node

Return value

Returns TRUE if successful or FALSE in case of an error.

Errors

-

Description

This function returns the display name of the given node.

main()
{
  langString displayName;
  cnsGetDisplayPath("System1.View1:TreeA.NodeB", displayName);
}

Availability

UI, CTRL