Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneFrozenGet


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

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Annotation Orientation
  3. Annotations: Annotation Features and Annotations: Annotation Orientation