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. Drawings: Detail Note Text Data
  2. Drawings: Detail Note Data
  3. Annotations: Annotation Features and Annotations: Annotation Text Styles
  4. Annotations: Annotation Features and Annotations: Note Text Styles
  5. Annotations: Annotation Features and Annotations: Note Text Styles

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_examples ( TestSetup.c )
  3. pt_userguide ( UgDtlnoteExamples.c )
  4. pt_userguide ( UgDtlsymdefExamples.c )
  5. pt_userguide ( UgDtlsymdefExamples.c )
  6. pt_userguide ( UgNoteCreate.c )
  7. pt_userguide ( UgNoteCreate.c )
  8. pt_userguide ( UgNoteCreate.c )