Description | ||||||||||||||
Change Annotations and Supplementary Geometry state at combined state. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCombstate.h> | ||||||||||||||
ProError | ProCombstateAnnotationsAndSupplGeomStateSet | ( | ||||||||||||
ProCombstate* cs_item | ||||||||||||||
/* (In) | ||||||||||||||
Pointer to a combined state item to retrieve the state from. | ||||||||||||||
*/ | ||||||||||||||
ProBool annotation_state | ||||||||||||||
/* (In) | ||||||||||||||
Flag to set the given combined state's Annotations state. PRO_B_TRUE set display controlled by combined state. PRO_B_FALSE set display controlled by layers. | ||||||||||||||
*/ | ||||||||||||||
ProBool supplgeom_state | ||||||||||||||
/* (In) | ||||||||||||||
Flag to set the given combined state's Supplementary Geometry state. If supplgeom_state set to PRO_B_TRUE, also annotation_state should set to PRO_B_TRUE. PRO_B_TRUE set display controlled by combined state. PRO_B_FALSE set display controlled by layers. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|