Documentación de la API > Miscellaneous > Object ProCombstate > Function ProCombstateAnnotationErase
Function ProCombstateAnnotationErase
Description
Sets an annotation to be erased from specified combined state. This changes the model database to not show the annotation until it is explicitly shown again.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateAnnotationErase
(
ProCombstate* cs_item
/* (In)
The handle to a combined state item.
*/
ProAnnotation* annotation
/* (In)
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension).
Note: regular dimensions may only be erased from a drawing.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The annotation is not shown in the target model.
License check failure.
See Also
ProAnnotationErase
User Guide References
¿Fue esto útil?