Version property


Your Ad Here


Topsolid online Help Index

Created : v6.5

 

Long = IApplication.Version

Description

This property gives the version of TopSolid.

 

TopSolid version may be found interactively in the "About TopSolid..." box of the Help menu, and is expressed with three numbers : " v<major>.<minor>.<build>".

 

The value of the Version property is defined as : <major> * 100000 + <minor> * 1000 + <build>.

 

For example, for TopSolid v6.4.243, the property value would be 604243.

Remarks

It is important to check for TopSolid version at the start of the Automation program.

 

It is your responsibility to ensure that you are not going to access a resource that is not available on the TopSolid release your are running.

See also

Creation version, Modification version, Obsolescence version, Deletion version.

Examples

Checking for version.

 

Topsolid online Help Index

Your Ad Here