Category Assembly, Object ProExt

Function ProExtRefInfoFree


Description
Releases the memory allocated to the specified array of external reference data for a feature or a solid.
Replacement in Object TOOLKIT: wfcWFeature::GetExternalParents
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefInfoFree(
ProExtRefInfo** p_ext_feat_ref_arr
/* (In)
The pointer to array of external reference data returned by a ProFeature or ProSolid external reference "get" such as ProSolidExternChildrenGet.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully released the specified array.
PRO_TK_BAD_INPUTSp_ext_feat_ref_arr is NULL.

Manual References:

  1. Assembly: Top-down Design: External Reference Data Gathering
  2. Assembly: Top-down Design: External Reference Data Gathering

Sample Code References:

  1. pt_examples ( TestExtrefInfo.c )
  2. pt_examples ( TestExtrefInfo.c )