 |
PK_SESSION_schema_version_t |
|
typedef struct
{
int schema_version; --- Schema version.
} PK_SESSION_schema_version_t;
Used in:
PK_SESSION_ask_schema_version
This structure contains the Parasolid schema version number.
In the 'schema_version' the first two digits are the major
version number, the third digit is the minor version number
and the final two digits differentiate schemas released during
the lifetime of the minor version.
For example, 32000 is the first schema released in v32.0.
Note that not all major/minor versions have an associated
schema version.