Description | ||||||||||||||
Set the force-to-plane property of an annotation plane. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotation.h> | ||||||||||||||
ProError | ProAnnotationplaneForcetoplaneflagSet | ( | ||||||||||||
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 | ||||||||||||||
|