| Description |
| Checks if Annotations are controlled by layers or specified combined state. |
| Synopsis |
| #include <ProCombstate.h> |
| ProError | ProCombstateAnnotationsStateGet | ( |
| 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 |
|
|