cns_isTree
Checks whether the given node ID is a tree or not.
Synopsis
bool cns_isTree(string node);
Parameters
Parameter | Description |
---|---|
node | ID path of the node that shall be checked |
Return value
Returns TRUE if the ID of a tree is given, otherwise FALSE.
Errors
-
Description
This function checks if the given ID is a tree or not.
main()
{
cns_isTree("System1.View1:Node1.IAmNotATree");
}
Availability
UI, CTRL