Category Sketches and sections, Object ProSection

Function ProSectionSubsectionCount


Description
Returns the number of subsections.
Synopsis
#include <ProSection.h>
ProErrorProSectionSubsectionCount(
ProSection section
/* (In)
The section.
*/
int* p_num_subsec
/* (Out)
The number of subsections.
*/
)
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.