Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneFrozenSet


Description
Assigns whether the annotation plane orientation is frozen or not. Applicable only to annotation planes governed by references.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneFrozenSet(
ProAnnotationPlane* plane
/* (In)
The annotation plane.
*/
ProBoolean frozen
/* (In)
PRO_B_TRUE if the annotation plane is frozen, PRO_B_FALSE if its driven by a reference to the plane geometry.
*/
ProAnnotationPlane* new_plane
/* (Out)
The new annotation plane after the frozen 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_CHANGEThe annotation plane is already frozen (or not frozen), no change was made.
See Also
ProAnnotationplaneTypeGet

Manual References:

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