Accusoft.ISISXpress7.Net
ListCount Property




Gets the number of available choices when the DataType property is a list for the current scan setting.
Syntax
'Declaration
 
Public ReadOnly Property ListCount As Integer
'Usage
 
Dim instance As Setting
Dim value As Integer
 
value = instance.ListCount
public int ListCount {get;}
public: __property int get_ListCount();
public:
property int ListCount {
   int get();
}

Property Value

An integer value which represents the number of choices when the DataType property is a list of the current scan setting.
Remarks

This property is used to get the maximum value that can be used to access the ListLong, ListRational, or ListString property arrays. The maximum value is ListCount property -1.

See Also

Reference

Setting Class
Setting Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback