Documentación de la API > Sketches and sections > Object ProSection > Function ProSectionSubsectionToggle
Function ProSectionSubsectionToggle
Description
Activates a subsequent subsection or adds an empty one. Returns the index of the activated subsection.
Synopsis
#include <ProSection.h>
ProSectionSubsectionToggle
(
ProSection section
/* (In)
The section.
*/
int* p_active_subsec
/* (Out)
The index of the activated subsection.
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
¿Fue esto útil?