API 文档 > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneAddToGallery
Function ProAnnotationplaneAddToGallery
Description
Add annotation plane with specified name to gallery
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneAddToGallery
(
ProMdl mdl
/* (In)
model.
*/
wchar_t* name
/* (In)
name of the valid annotation plane.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
no annotation plane exists with specified name.
Annotation plane with same name already exist in the gallery.
这对您有帮助吗?