ChartDirector 7.1 (.NET Edition)
Chart.getVersion
Usage
[C#] | public static int getVersion(); |
[VB] | Public Shared Function getVersion() As Integer |
Description
Gets ChartDirector version information.
The version number is encoded as a 32-bit integer. The most significant 8 bits is the major version number. The next 8 bits are the minor version number. The least significant 16 bits are the build number.
Arguments
None
Return Value
The version information encoded in a 32-bit integer.
© 2023 Advanced Software Engineering Limited. All rights reserved.