Category Manufacturing, Object ProMfgdb

Function ProMfgdbQuerynodeIsLeaf


Description
Allows the user to determine whether the given node is a leaf (that is, a node that contains expressions).
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbQuerynodeIsLeaf(
ProMfgdbQuerynode query_node
/* (In)
The query node.
*/
ProBoolean* leaf_node
/* (Out)
Node is a leaf.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived leaf_node flag.
PRO_TK_BAD_INPUTSThe query_node handle was invalid.

Manual References:

  1. Production Applications: Customized Tool Database: Querying the External Database
  2. Production Applications: Customized Tool Database: Querying the External Database