API Documentation > Family table > Object ProFaminstance > Function ProFaminstanceIsFlatState
Function ProFaminstanceIsFlatState
Description
Checks if the family instance is a sheetmetal flat state instance or not.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSheetmetal.h>
ProFaminstanceIsFlatState
(
ProFaminstance* instance
/* (In)
handle to the flate state instance
*/
ProBoolean* is_flat_instance
/* (Out)
PRO_B_TRUE - instance is a flat state instance
*/
)
Returns
The function successfully checked the instance to be flat state or not
The input argument is invalid.
The instance is not of flat state type, but normal family table instance
User Guide References
Was this helpful?