Object ProLayerstate

Function ProLayerstateLayersGet


Description
Get layer state reference data.
Replacement in Object TOOLKIT: wfcLayerState::LayerData
Synopsis
#include <ProLayerstate.h>
ProErrorProLayerstateLayersGet(
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
PRO_TK_NO_ERRORSuccessfull function execution.
PRO_TK_BAD_INPUTSlayer state is invalid.

Manual References:

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