Category Sketches and sections, Object ProSection

Function ProSectionConstraintsIdsGet


Description
Returns the array of section constraint identifiers.
Synopsis
#include <ProSection.h>
ProErrorProSectionConstraintsIdsGet(
ProSection section
/* (In)
The section.
*/
ProIntlist* sec_constr_id_list
/* (Out)
The returned array of section constraint identifiers. Release the memory using ProArrayFree().
*/
int* p_num_ids
/* (Out)
The size of the returned list.
*/
)
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

Manual References:

  1. Element Trees: Sections: Section Constraints
  2. Element Trees: Sections: Section Constraints

Sample Code References:

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