Category 3D drawings and annotations, Object ProAnnotationreferencearray

Function ProAnnotationreferencearrayFree


Description
Frees all memory owned by the annotation reference array.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProAnnotationreferencearrayFree(
ProAnnotationReference* reference_array
/* (In)
The reference array.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  3. Annotations: Annotation Features and Annotations: Dimension References
  4. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  5. Annotations: Annotation Features and Annotations: Surface Finish Annotations
  6. Model-Based Definition and Drawing Tables: MBD Table References

Sample Code References:

  1. pt_af_examples ( PTAEToChamfer.c )
  2. pt_af_examples ( PTAEToDraft.c )
  3. pt_af_examples ( PTAEToRound.c )