API 설명서 > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneRemoveFromGallery
Function ProAnnotationplaneRemoveFromGallery
Description
Remove annotation plane with specified name from gallery
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneRemoveFromGallery
(
ProMdl mdl
/* (In)
model.
*/
wchar_t* name
/* (In)
name of the valid annotation plane.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
no annotation plane exists with specified name.
User Guide References
도움이 되셨나요?