Category Features, Object ProFeature

Function ProFeatureVerstampGet


Description
Retrieves the version stamp of the specified feature.
Replacement in Object TOOLKIT: pfcFeature::VersionStamp
Synopsis
#include <ProFeature.h>
ProErrorProFeatureVerstampGet(
ProFeature* feat_handle
/* (In)
The feature.
*/
ProWVerstamp* p_stamp
/* (Out)
The version stamp. The function allocates the memory for this argument. To free the memory, use the function ProVerstampFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProVerstampFree

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Models and Model Items: Version Stamps
  3. Core: Models and Model Items: Version Stamps

Sample Code References:

  1. pt_examples ( UtilFeats.c )