API 설명서 > Curve and edge geometry > Object ProCurvedata > Function ProCurvedataArrayFree
Function ProCurvedataArrayFree
Description
Frees the memory used by the specified list of entities.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjDisp.h>
ProCurvedataArrayFree
(
ProCurvedata** entities
/* (In)
The address to the list of entities
*/
int num_ents
/* (In)
The length of the list of entities
*/
)
Returns
The memory was freed successfully.
One or more of the arguments invalid.
The function could not free the memory.
Sample Code References
도움이 되셨나요?