Object ProCombstate

Function ProCombstateAnnotationsRemove


Description
Removes annotations from provided combined state item.
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateAnnotationsRemove(
ProCombstate* cs_item
/* (In)
The handle to a combined state item.
*/
ProAnnotation* annotations
/* (In)
ProArray of annotations.
*/
int** not_found_indices
/* (Out)
ProArray of integers, representing annotation ids, which are not included in the combined state. To free the array call ProArrayFree()<b/>. The parameter is allowed to be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed annotations.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_NOT_FOUNDThis legacy combined state doesn't have annotation state. Annotations cannot be Removed.
OtherAnother error occurred and the function failed.

Manual References:

  1. Core: Solids, Parts, and Materials: Combined States of a Solid
  2. Core: Solids, Parts, and Materials: Combined States of a Solid