API Documentation > Sketches and sections > Object ProSection > Function ProSectionIntentManagerModeGet
Function ProSectionIntentManagerModeGet
Description
Check if Intent Manager mode is used for the specified section for Creo Parametric TOOLKIT functions.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionIntentManagerModeGet
(
ProSection section
/* (In)
The section handle
*/
ProBoolean* intent_manager_is_used
/* (Out)
PRO_B_TRUE if Intent Manager is used
*/
)
Returns
Success
Invalid section
User Guide References
Was this helpful?