Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneViewnameGet


Description
Obtains the name of the view that was originally used to determine the orientation of the annotation plane.

Note: if the named view orientation has been changed since the annotation plane was created, the orientation of the plane will not match the current orientation of the view. Use ProAnnotationplanePlaneGet() to obtain the orientation of the plane.

Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneViewnameGet(
ProAnnotationPlane* plane
/* (In)
The annotation plane.
*/
ProLine view_name
/* (Out)
The named view.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe annotation plane was created from a named view in the model or drawing, but that view is no longer accessible.
PRO_TK_BAD_CONTEXTThe annotation plane was not created from a named view in the model or drawing.
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