Documentación de la API > Assembly > Object ProAsmcomp > Function ProAsmcompIsFlexible
Function ProAsmcompIsFlexible
Description
Determines whether the specified component is a flexible component.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsFlexible
(
ProAsmcomp* p_comp_handle
/* (In)
The component to be checked.
*/
ProBoolean* p_is_flex_comp
/* (Out)
This is PRO_B_TRUE if the component is a flexible component; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The input argument is invalid.
User Guide References
¿Fue esto útil?