API Documentation > 3D drawings and annotations > Object ProNote > Function ProNoteAttachPlaneSet
Function ProNoteAttachPlaneSet
Description
Sets the note annotation plane.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProNote.h>
ProNoteAttachPlaneSet
(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProAnnotationPlane* annotation_plane
/* (In)
The annotation plane.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
License check failure.
Sample Code References
User Guide References
Was this helpful?