API Documentation
>
Manufacturing
>
Object ProMfgdb
> Function ProMfgdbQuerynodeIsLeaf
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
>
ProError
ProMfgdbQuerynodeIsLeaf
(
ProMfgdbQuerynode
query_node
/* (In)
The query node.
*/
ProBoolean
* leaf_node
/* (Out)
Node is a leaf.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrived leaf_node flag.
PRO_TK_BAD_INPUTS
The query_node handle was invalid.
User Guide References
Querying the External Database:ProMfgdbQuerynodeIsLeaf
Was this helpful?
This site works best with JavaScript enabled