Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteWrapTextSet


Description
Sets wrap text ON or OFF
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteWrapTextSet(
ProDtlnote* note
/* (In)
The note.
*/
ProBoolean wrap
/* (In)
PRO_B_TRUE to wrap the text.
*/
double wrap_width
/* (In)
width of text line. if wrap is PRO_B_TRUE
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Detail Note Text Data
  2. Annotations: Annotation Features and Annotations: Note Properties