API Documentation > 3D drawings and annotations > Object ProNote > Function ProNoteElbowlengthGet
Function ProNoteElbowlengthGet
Description
Obtains the elbow properties of the note.
Note: This function only supports notes which are placed on an annotation plane.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProNote.h>
ProNoteElbowlengthGet
(
ProNote* note
/* (In)
The note.
*/
double* elbow_length
/* (Out)
The elbow length, in model units (for notes in annotation planes). This value will be in screen coordinates (for flat-to-screen notes).
*/
ProVector elbow_direction
/* (Out)
The elbow direction, in the model's coordinate system, ), 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
The function succeeded.
One or more input arguments was invalid.
The note is not placed, or does not use leaders.
The note uses the default elbow length (this is possible for flat-to-screen notes only).
User Guide References
Was this helpful?