Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIsComposite


Description
Check is model of kind Composite model
Synopsis
#include <ProComposite.h>
ProErrorProMdlIsComposite(
ProMdl p_mdl_handle
/* (In)
The model handle.
*/
ProBoolean* p_is_composite
/* (Out)
This is PRO_B_TRUE if the model is a Composite model; otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Composite Design
  2. Composite Design