Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneReferenceGet


Description
Accesses the planar surface used as an annotation plane.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneReferenceGet(
ProAnnotationPlane* plane
/* (In)
The annotation plane handle.
*/
ProSelection* reference
/* (Out)
The planar surface to use as the annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDThe annotation plane does not contain a reference plane (annotation was created using a drawing view's default orientation as its annotation plane).
PRO_TK_EMPTYThe annotation plane orientation is frozen with respect to the reference, and the reference is currently missing from the model.
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