API 설명서 > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintArrayFree
Function ProAsmcompconstraintArrayFree
Description
Frees all underlying memory of an assembly component constraints array.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintArrayFree
(
ProAsmcompconstraint* constraint_array
/* (In)
The Asmcomp constraint ProArray.
*/
)
Returns
The function successfully freed the memory.
The argument is invalid.
User Guide References
도움이 되셨나요?