Property Version
Version
Gets the version of TopSolid host, or 0 if not connected.
Declaration
public int Version { 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.