Category
Sketches and sections
, Object
ProSection
Function ProSectionSubsectionCount
Description
Returns the number of subsections.
Synopsis
#include <
ProSection.h
>
ProError
ProSectionSubsectionCount
(
ProSection
section
/* (In)
The section.
*/
int*
p_num_subsec
/* (Out)
The number of subsections.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
A general error occurred and the function failed.
PRO_TK_BAD_INPUTS
The input argument is invalid.