Version

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Properties >

Version

public String Version {get;}

 

value:        

 It shows the version of MyCAD, it is read only.

 

Example:

 MessageBox.Show(myCAD1.Version);