API 설명서 > Miscellaneous > Object ProEngineer > Function ProEngineerDisplaydatecodeGet
Function ProEngineerDisplaydatecodeGet
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:
Synopsis
#include <ProUtil.h>
ProEngineerDisplaydatecodeGet
(
char** display_datecode
/* (Out)
The datecode string. Free this string using ProStringFree.
*/
)
Returns
The function succeeded.
User Guide References
도움이 되셨나요?