Description | |||||
Returns the Creo Parametric session's customer visible datecode, as shown in Creo Parametric Help information. If it is necessary to show an identifier for the Creo Parametric version to the user from an application, this value should be used, rather than the value passed in to the application's user_initialize(). | |||||
Replacement in Object TOOLKIT: | wfcWSession::GetDisplayDateCode | ||||
Synopsis | |||||
#include <ProUtil.h> | |||||
ProError | ProEngineerDisplaydatecodeGet | ( | |||
char** display_datecode | |||||
/* (Out) | |||||
The datecode string. Free this string using ProStringFree. | |||||
*/ | |||||
) | |||||
Returns | |||||
|