Documentazione API > Features > Object ProFeature > Function ProFeatureVerstampGet
Function ProFeatureVerstampGet
Description
Retrieves the version stamp of the specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureVerstampGet
(
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
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
È stato utile?