Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneForcetoplaneflagSet


Description
Set the force-to-plane property of an annotation plane.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneForcetoplaneflagSet(
ProAnnotationPlane* plane
/* (In)
The annotation plane.
*/
ProBoolean force_to_plane
/* (In)
PRO_B_TRUE if the annotations are to be forced to this plane, PRO_B_FALSE otherwise.
*/
ProAnnotationPlane* new_plane
/* (Out)
The new annotation plane after the force-to-plane property was changed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe annotation plane is not governed by a reference.
PRO_TK_NO_CHANGENo change was made - the same value of the force-to-plane property is already set.

Manual References:

  1. Annotations: Annotation Features and Annotations: Annotation Orientation
  2. Annotations: Annotation Features and Annotations: Annotation Orientation