Function ProNoteElbowlengthSet
Description
Assigns the elbow properties of the note. This is equivalent to the 'Move Text' command.
Licensing Requirement
Synopsis
#include <ProNote.h>
ProNoteElbowlengthSet
(
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
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
Invalid direction vector supplied for this notes elbow.
The note elbow length cannot be varied.
Could not modify the given item because it has read-only access.
User Guide References
¿Fue esto útil?