Accusoft.ISISXpress7.Net
LongDefault(Int32) Method




An integer which represents an index in the list of long values.
Returns a long value at the specified index from the list of values for the default scan setting.
Syntax
'Declaration
 
Public Overloads Function LongDefault( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As Setting
Dim index As Integer
Dim value As Integer
 
value = instance.LongDefault(index)
public int LongDefault( 
   int index
)
public: int LongDefault( 
   int index
) 
public:
int LongDefault( 
   int index
) 

Parameters

index
An integer which represents an index in the list of long values.

Return Value

An integer which represents a long value at the given index within the collection.
See Also

Reference

Setting Class
Setting Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback