Documentation de l'API > Assembly > Object ProAsmcomp > Function ProAsmcompIsUnderconstrained
Function ProAsmcompIsUnderconstrained
Description
Determine if the specified component is underconstrained.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsUnderconstrained
(
ProAsmcomp* comp_handle
/* (In)
Handle to the component to be checked.
*/
ProBoolean* p_comp_is_underconstrained
/* (Out)
PRO_B_TRUE if the component is underconstrained, otherwise PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The component handle is invalid.
User Guide References
Est-ce que cela a été utile ?