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
>
ProError
ProTextStyleFree
(
ProTextStyle
*
p_text_style
/* (In)
The pointer to the handle for the
ProTextStyle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the handle.
Manual References:
Drawings: Detail Note Text Data
Drawings: Detail Note Data
Annotations: Annotation Features and Annotations: Annotation Text Styles
Annotations: Annotation Features and Annotations: Note Text Styles
Annotations: Annotation Features and Annotations: Note Text Styles
Sample Code References:
pt_examples ( TestSetup.c )
pt_examples ( TestSetup.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )
pt_userguide ( UgNoteCreate.c )
pt_userguide ( UgNoteCreate.c )