LightningChartGetVersion Method |
LightningChart .NET Help
Version and revision.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void GetVersion(
out string version,
out string revision
)
Public Sub GetVersion (
<OutAttribute> ByRef version As String,
<OutAttribute> ByRef revision As String
)
public:
void GetVersion(
[OutAttribute] String^% version,
[OutAttribute] String^% revision
)
Parameters
- version
- Type: SystemString
Gets the major and minor numbers of the assembly. - revision
- Type: SystemString
Arction internal revision number of the library. Notation of this value can change.
See Also