|
|
The ApplicationVersion type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ApiMajor |
Major version number for the Navisworks API.
Changes when a non-backwards compatible change is made to a stable version of the API.
Always less than or equal to RuntimeMajor.
|
|
|
ApiMinor |
Minor version number for the Navisworks API.
Changes when there is a behavioral or minor change to a stable version of the API
that may have an impact on backwards compatibility.
Always less than or equal to RuntimeMinor.
|
|
|
Build |
Build number for Api and Runtime. Changes on every build (and hence every release).
|
|
|
IsApiStable |
Is this version of the API stable ? If false, breaking changes may be made at any time and client
code must be recompiled for every build. Api will be unstable for alpha and early beta releases.
|
|
|
IsRuntimeBeta |
Is this an alpha or beta version of the runtime ?
|
|
|
Runtime |
Identifies the Navisworks runtime that is providing this implementation of the API. Will typically
be an installed Navisworks product.
|
|
|
RuntimeLanguage |
Gets the language code corresponding to the one Navisworks is using.
|
|
|
RuntimeMajor |
Major version number for the current Navisworks Runtime.
This changes with every major (annual) release of Navisworks products.
|
|
|
RuntimeMinor |
Minor version number for the current Navisworks Runtime.
This changes with every minor (service pack or subscription release) update of Navisworks products.
|
|
|
RuntimeProductName |
The complete product name for the Navisworks runtime that is providing
this implementation of the API.
|