Object ProCombstate

Function ProCombstateAnnotationsStateGet


Description
Checks if Annotations are controlled by layers or specified combined state.
Synopsis
#include <ProCombstate.h>
ProErrorProCombstateAnnotationsStateGet(
ProCombstate* cs_item
/* (In)
Pointer to a combined state item to retrieve the state from.
*/
ProBool* p_state
/* (Out)
Flag to determine whether the given combined state's Annotations are controlled by layers or combined state. PRO_B_TRUE when the display is controlled by combined state. PRO_B_FALSE when the display is controlled by layers.
*/
)
Returns
PRO_TK_NO_ERRORCombined state 'Annotation' State was retrieved successfully.
PRO_TK_BAD_INPUTSInvalid combined state item. Model passed in cs_item is NULL, or the type of the item is not of PRO_COMBINED_STATE.

Manual References:

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