Accusoft.ISISXpress7.Net
ListLong(Int32) Method




An integer value which represents the index of the long list.
Returns a long value when the DataType property is a long list for the current scan setting passing in an index value.
Syntax
'Declaration
 
Public Overloads Function ListLong( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As Setting
Dim index As Integer
Dim value As Integer
 
value = instance.ListLong(index)
public int ListLong( 
   int index
)
public: int ListLong( 
   int index
) 
public:
int ListLong( 
   int index
) 

Parameters

index
An integer value which represents the index of the long list.

Return Value

An integer value which represents a long value when the DataType property is a long list for the current scan setting.
Remarks

The ListIndex property must be set to the index of the rational value to retrieve from the rational list before calling this property.

See Also

Reference

Setting Class
Setting Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback