Category 3D drawings and annotations, Category Graphics and model display, Object ProText

Function ProTextStyleFree


Description
Releases the opaque handle to the ProTextStyle data structure.
Synopsis
#include <ProNote.h>
ProErrorProTextStyleFree(
ProTextStyle* p_text_style
/* (In)
The pointer to the handle for the ProTextStyle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the handle.

Manual References:

  1. Annotations: Annotation Features and Annotations: Annotation Text Styles
  2. Annotations: Annotation Features and Annotations: Note Text Styles
  3. Annotations: Annotation Features and Annotations: Note Text Styles

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_examples ( TestSetup.c )