API 설명서 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlVerstampGet
Function ProMdlVerstampGet
Description
Retrieves the version stamp of the specified model.
Synopsis
#include <ProMdl.h>
ProMdlVerstampGet
(
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
The function successfully retrieved the stamp.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?