Object ProEngineer

Function ProEngineerReleaseNumericversionGet


DEPRECATED: Since Creo 4
SUPERSEDED BY: ProToolkitMajorVersionGet
Description
Note: This function is deprecated. Use ProToolkitMajorVersionGet instead. Return the integer major version number of the Creo Parametric executable that the Creo Parametric TOOLKIT application isconnected to. This is an absolute number counting from the first shipment of PTC's MCAD software; for Creo Parametric 3.0 it is 33.
Replacement in Object TOOLKIT: wfcWSession::GetReleaseNumericVersion
Synopsis
#include <ProUtil.h>
ProErrorProEngineerReleaseNumericversionGet(
int* ver
/* (Out)
the version
*/
)
Returns
PRO_TK_NO_ERRORThe returned value is valid
PRO_TK_GENERAL_ERRORA valid numeric version could not be found.

Manual References:

  1. Fundamentals: Registering a Creo Toolkit Application
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0