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