Object ProCombstate

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.
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateAnnotationErase(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_NO_CHANGEThe annotation is not shown in the target model.
PRO_TK_NO_LICENSELicense check failure.
See Also
ProAnnotationErase

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Access to Annotations
  3. Annotations: Annotation Features and Annotations: Access to Annotations