Category Sketches and sections, Object ProSecdim

Function ProSecdimIdsGet


Description
Returns an array of valid dimension identifiers for the specified section.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimIdsGet(
ProSection handle
/* (In)
The section handle.
*/
ProIntlist* p_id_list
/* (Out)
The array of identifiers. The function allocates the memory for this array. Call the function ProArrayFree()to release the memory.
*/
int* p_num_ids
/* (Out)
The size of the p_id_list array.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProArrayFree

Sample Code References:

  1. pt_examples ( UtilSect.c )
  2. pt_examples ( UtilSect.c )
  3. pt_examples ( UtilSect.c )