Documentación de la API > Sketches and sections > Object ProSection > Function ProSectionConstraintsIdsGet
Function ProSectionConstraintsIdsGet
Description
Returns the array of section constraint identifiers.
Synopsis
#include <ProSection.h>
ProSectionConstraintsIdsGet
(
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
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?