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
>
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
外部データベースのクエリー:ProMfgdbQuerynodeIsLeaf
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。