Category 3D drawings and annotations, Object ProAnnotationplane

Function ProAnnotationplaneNameAssign


Description
Assigns name to annotation plane.
Synopsis
#include <ProAnnotation.h>
ProErrorProAnnotationplaneNameAssign(
ProAnnotationPlane* plane
/* (In)
annotation plane.
*/
wchar_t* name
/* (In)
name of the annotation plane.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDNo plane with such id exist in the model.
PRO_TK_E_FOUNDAnnotation plane with same name already exist.

Manual References:

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