API ドキュメンテーション > Family table > Object ProFaminstance > Function ProFaminstanceFamtableItemIsDefault
Function ProFaminstanceFamtableItemIsDefault
Description
Determines if the value of the specified item for the specified instance is the default value.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFaminstanceFamtableItemIsDefault
(
/* (In)
The instance handle.
*/
/* (In)
The family table item
*/
ProBoolean* is_default
/* (Out)
This is PRO_B_TRUE, if the instance has default value for specified item.
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
The specified instance does not exist in the family table, or the specified model item is not table-driven.
A general error occurred and the function failed (for example, the function could not find the family table, or the generic model).
User Guide References
これは役に立ちましたか?