cns_treeExists

Checks whether the given tree exists.

Synopsis

int cns_treeExists(string sTreePath);

Parameters

Parameter Description
sTreePath ID path of the tree that shall be checked

Return value

Returns TRUE if the given tree exists, otherwise FALSE.

Errors

-

Description

This function checks whether a tree with the given ID exists.

main()
{
  cns_treeExists("System1.View1:IAmATree");
}

Availability

UI, CTRL