cns_nodeExists
Checks if the given node exists.
Synopsis
bool cns_nodeExists(string sNodePath);
Parameters
Parameter | Description |
---|---|
sNodePath | Id path of the node |
Return value
Returns TRUE if the node exists and FALSE if there is no match.
Errors
-
Description
This function checks if there is a node with the given ID.
main()
{
cns_nodeExists("System1.View1:IAmANode");
}
Availability
UI, CTRL