Documentação da API > Sketches and sections > Object ProSection > Function ProSectionSubsectionActiveIndexGet
Function ProSectionSubsectionActiveIndexGet
Description
Returns the index of the currently active subsection.
Synopsis
#include <ProSection.h>
ProSectionSubsectionActiveIndexGet
(
ProSection section
/* (In)
The section.
*/
int* p_active_subsec
/* (Out)
The index of the active subsection.
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
Isto foi útil?