API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlAnnotationplanesCollect
Function ProMdlAnnotationplanesCollect
Description
Collect the names of all the named annotation planes in the model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProMdlAnnotationplanesCollect
(
ProMdl mdl
/* (In)
model.
*/
wchar_t*** names
/* (Out)
ProArray of the annotation planes names. Please free using ProWstringArrayFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
No named annotation planes in the model.
User Guide References
도움이 되셨나요?