API ドキュメンテーション > 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>
ProMfgdbQuerynodeIsLeaf
(
/* (In)
The query node.
*/
ProBoolean* leaf_node
/* (Out)
Node is a leaf.
*/
)
Returns
The function successfully retrived leaf_node flag.
The query_node handle was invalid.
User Guide References
これは役に立ちましたか?