
- 154 -
COUNT
Number of batteries. This value is fixed (not variable).
■ Syntax
[VB]
Public Const COUNT As Integer
[C#]
public const int COUNT;
[Ex.] Acquire the maximum number of batteries that can be inserted in the BHT-200.
[VB] Count = BatteryCollection.COUNT
[C#] Count = BatteryCollection.COUNT;
Comentários a estes Manuais