 | SettingsObjectGetCurrentVersion Method |
Returns current version in format YYss where YY is major and ss is minor, e.g. 2401 for CT 2024 SP1.
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static int GetCurrentVersion()
Public Shared Function GetCurrentVersion As Integer
Return Value
Int32Current version in format YYss where YY is major and ss is minor, e.g. 2401 for CT 2024 SP1.
Revision HistoryDate | Version | Description |
---|
- | 2024 SP1 | First Release |
See Also