API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlIsComposite
Function ProMdlIsComposite
Description
Check is model of kind Composite model
Synopsis
#include <ProComposite.h>
ProMdlIsComposite
(
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
The function successfully returned the information.
The input argument is invalid.
User Guide References
도움이 되셨나요?