Category
Creo Parametric fundamentals
, Object
ProMode
Function ProModeCurrentGet
Description
Retrieves the current mode of Creo Parametric.
Synopsis
#include <
ProMode.h
>
ProError
ProModeCurrentGet
(
ProMode
*
p_mode
/* (Out)
The current mode
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The mode is NULL.
PRO_TK_E_NOT_FOUND
The mode was not found.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: Models and Model Items: Modes
Core: Models and Model Items: Modes
Sample Code References:
pt_examples ( TestAnimation.c )
pt_examples ( TestConfig.c )
pt_examples ( TestDimension.c )
pt_examples ( TestDimension.c )
pt_examples ( TestInterface.c )
pt_examples ( TestInterface.c )
pt_examples ( TestSmtlSurf.c )
pt_examples ( TestRay.c )
pt_userguide ( UgMainMenu.c )
pt_wc_server ( PTWCServerAddInstance.c )
pt_wc_server ( PTWCServerPartToPView.c )
pt_wc_server ( PTWCServerUpdateDXF.c )