Function ProAnnotationIsShown
Description
Determines if an annotation is shown in a particular model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationIsShown
(
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension).
Note: regular dimensions may only be shown in a drawing.
*/
ProDrawing drawing
/* (In)
The drawing that shows the annotation. Pass NULL to inquire about the annotation in the solid model.
*/
ProBoolean* is_shown
/* (Out)
PRO_B_TRUE if the annotation is shown, PRO_B_FALSE if it is not shown in the target model.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
License check failure.
See Also
ProAnnotationErase
User Guide References
도움이 되셨나요?