Description | ||||||||
Get layer state reference data. | ||||||||
Replacement in Object TOOLKIT: | wfcLayerState::LayerData | |||||||
Synopsis | ||||||||
#include <ProLayerstate.h> | ||||||||
ProError | ProLayerstateLayersGet | ( | ||||||
ProLayerstate* state | ||||||||
/* (In) | ||||||||
layer state. Output Arguments: | ||||||||
*/ | ||||||||
ProName state_name | ||||||||
/* (In) | ||||||||
layer state name. Can be NULL. | ||||||||
*/ | ||||||||
ProLayer** p_layers | ||||||||
/* (In) | ||||||||
ProArray of layers referenced by the layer state. To free the array call ProArrayFree(). | ||||||||
*/ | ||||||||
ProLayerDisplay** p_disp_arr | ||||||||
/* (In) | ||||||||
ProArray of diplay statuses of the layers. To free the array call ProArrayFree(). | ||||||||
*/ | ||||||||
ProLayerItem** p_hidden_items | ||||||||
/* (In) | ||||||||
ProArray of referenced hidden items. To free the array call ProArrayFree(). | ||||||||
*/ | ||||||||
ProAnnotation** p_annotations | ||||||||
/* (In) | ||||||||
ProArray of referenced annotations. To free the array call ProArrayFree(). | ||||||||
*/ | ||||||||
int** p_status_flags | ||||||||
/* (In) | ||||||||
ProArray of annotations' status flags. To free the array call ProArrayFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|