How to get the version number of a Bin package?
242EXP 2024.05.17
How to get the version number of a Bin package?

1 Answer

There are three methods:

1. Call the aboutBox() method of MapControl or Workspace with API to show the AboutBox dialog box;

2. View the Details Tab page of property of Wrapj600.dll;

3. Execute java -cp <SuperMap Objects Java Bin>\com.supermap.data.jar com.supermap.data.AboutBox;

242EXP 2024.05.17
...