Category Dimensions, Object ProDimattachmentarray

Function ProDimattachmentarrayFree


Description
Frees the memory owned by an array of dimension attachments.
Synopsis
#include <ProDimension.h>
ProErrorProDimattachmentarrayFree(
ProDimAttachment* attachments_arr
/* (In)
The dimension attachments array.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Sample Code References:

  1. pt_examples ( TestDimension.c )