Category
Dimensions
, Object
ProDimattachmentarray
Function ProDimattachmentarrayFree
Description
Frees the memory owned by an array of dimension attachments.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimattachmentarrayFree
(
ProDimAttachment
*
attachments_arr
/* (In)
The dimension attachments array.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more of the input arguments are invalid.
Sample Code References:
pt_examples ( TestDimension.c )