API Documentation > 3D drawings and annotations > Object ProNote > Function ProNoteAttachScreenSet
Function ProNoteAttachScreenSet
Description
Sets the location of the note text at the screen location.
Synopsis
#include <ProNote.h>
ProNoteAttachScreenSet
(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
double p1
/* (In)
The parameter in the X direction
*/
double p2
/* (In)
The parameter in the Y direction
*/
double p3
/* (In)
The parameter in the Z direction
*/
)
Returns
The function successfully set the note text location.
One or more input arguments is invalid.
User Guide References
Was this helpful?