Category 3D drawings and annotations, Object ProNote

Function ProNoteElbowlengthSet


Description
Assigns the elbow properties of the note. This is equivalent to the 'Move Text' command.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteElbowlengthSet(
ProNote* note
/* (In)
The note.
*/
double elbow_length
/* (In)
The elbow length, in model units (for notes in annotation planes), or in screen coordinates (for notes that are flat-to-screen).
*/
ProVector elbow_direction
/* (In)
The elbow direction, in the model's coordinate system (for notes in annotation planes), or in the screen coordinate system (for notes that are flat-to-screen). This is the direction from the note text to the note leaders.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_MATRIXInvalid direction vector supplied for this notes elbow.
PRO_TK_BAD_CONTEXTThe note elbow length cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Note Properties
  3. Annotations: Annotation Features and Annotations: Note Properties