Description | ||||||||||||||
Determines if the value of the specified item for the specified instance is the default value. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcFamilyMember::GetCellIsDefault | |||||||||||||
Synopsis | ||||||||||||||
#include <ProFaminstance.h> | ||||||||||||||
ProError | ProFaminstanceFamtableItemIsDefault | ( | ||||||||||||
ProFaminstance* p_inst | ||||||||||||||
/* (In) | ||||||||||||||
The instance handle. | ||||||||||||||
*/ | ||||||||||||||
ProFamtableItem* p_item | ||||||||||||||
/* (In) | ||||||||||||||
The family table item | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* is_default | ||||||||||||||
/* (Out) | ||||||||||||||
This is PRO_B_TRUE, if the instance has default value for specified item. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|