API Documentation > Sketches and sections > Object ProSection > Function ProSectionSubsectionCount
Function ProSectionSubsectionCount
Description
Returns the number of subsections.
Synopsis
#include <ProSection.h>
ProSectionSubsectionCount
(
ProSection section
/* (In)
The section.
*/
int* p_num_subsec
/* (Out)
The number of subsections.
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
Was this helpful?