Documentación de la API > Miscellaneous > Object ProLayerstate > Function ProLayerstateLayersGet
Function ProLayerstateLayersGet
Description
Get layer state reference data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayerstate.h>
ProLayerstateLayersGet
(
/* (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
Successfull function execution.
layer state is invalid.
User Guide References
¿Fue esto útil?