Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVerstampGet


Description
Retrieves the version stamp of the specified model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlVerstampGet(
ProMdl model
/* (In)
The model from which to retrieve the stamp.
*/
ProWVerstamp* p_stamp
/* (Out)
The version stamp. The function allocates the memory for the version stamp. To free the memory, call ProVerstampFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the stamp.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProVerstampFree

Manual References:

  1. Core: Models and Model Items: Version Stamps
  2. Core: Models and Model Items: Version Stamps

Sample Code References:

  1. pt_examples ( TestExtobj.c )