Accusoft.ISISXpress7.Net
ListString(Int32) Method




An integer which represents the index of the string to retrieve from the string list.
Returns a string value when the DataType property is a string list for the current scan setting.
Syntax
'Declaration
 
Public Overloads Function ListString( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As Setting
Dim index As Integer
Dim value As String
 
value = instance.ListString(index)
public string ListString( 
   int index
)
public: string* ListString( 
   int index
) 
public:
String^ ListString( 
   int index
) 

Parameters

index
An integer which represents the index of the string to retrieve from the string list.

Return Value

A string value which represents the current scan setting.
See Also

Reference

Setting Class
Setting Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback