Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlAnnotationplanesCollect


Description
Collect the names of all the named annotation planes in the model.
Synopsis
#include <ProAnnotation.h>
ProErrorProMdlAnnotationplanesCollect(
ProMdl mdl
/* (In)
model.
*/
wchar_t*** names
/* (Out)
ProArray of the annotation planes names. Please free using ProWstringArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_EMPTYNo named annotation planes in the model.

Manual References:

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