Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachPlaneSet


Description
Sets the note annotation plane.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachPlaneSet(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProAnnotationPlane* annotation_plane
/* (In)
The annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSELicense check failure.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
  2. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )