FZ_PanDAForm.GetCoreRACount
Get CoreRA count
Public Shared Function GetCoreRACount( _
) As Integer
Parameters
None.
Return Value
The count of starting CoreRA.
Description
Get the CoreRA count.
Example
Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click
' Get CoreRA count
GetCoreRACount()
End Sub