Accusoft.ISISXpress7.Net
ListIndex Property




Gets and sets the index for the list item to access when the DataType property is a list of the current scan setting.
Syntax
'Declaration
 
Public Property ListIndex As Integer
'Usage
 
Dim instance As Setting
Dim value As Integer
 
instance.ListIndex = value
 
value = instance.ListIndex
public int ListIndex {get; set;}
public: __property int get_ListIndex();
public: __property void set_ListIndex( 
   int value
);
public:
property int ListIndex {
   int get();
   void set (    int value);
}
See Also

Reference

Setting Class
Setting Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback