Category Sketches and sections, Object ProSection

Function ProSectionIsActive


Description
Identifies if sketcher is currently active. This works even if the current model is a part or an assembly.
Synopsis
#include <ProSection.h>
ProErrorProSectionIsActive(
ProBoolean* is_active
/* (Out)
PRO_B_TRUE if sketcher is currently active, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

  1. Core: Models and Model Items: Modes