Property ClientVersion
ClientVersion
Gets the version of TopSolid used to build this application.
Declaration
public static int ClientVersion { get; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
The value returned is defined by: Major * 100000000 + Minor * 1000000 + Build * 1000 + Revision.
For example, v7.5.200.100 is returned as: 705200100.