Documentación de la API
>
Sketches and sections
>
Object ProSection
> Function ProSectionActiveGet
Function ProSectionActiveGet
Description
Returns a copy of the current active sketcher section. Note that if Intent Manager mode is supposed to be used for this section, the call
ProSectionIntentManagerModeSet
( section,
PRO_B_TRUE
) must follow the call to ProSectionActiveGet().
Replacement in Object TOOLKIT:
wfcWSession::GetActiveSection
Synopsis
#include <
ProSection.h
>
ProError
ProSectionActiveGet
(
ProSection
* p_section
/* (Out)
copy of the current sketcher section
*/
)
Returns
PRO_TK_NO_ERROR
success
PRO_TK_BAD_INPUTS
invalid argument
PRO_TK_GENERAL_ERROR
section can not be returned
User Guide References
Copying the Current Section:ProSectionActiveGet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado