GetCursorFieldInt Method
Description
Get the value of an integer field in the specified cursor.
Syntax
Visual Basic |
---|
Public Function GetCursorFieldInt( _ ByVal cursor As String, _ ByVal nField As Long _ ) As Long |
Parameters
- cursor
- The name of the cursor we are interrogating.
- nField
- The index number of the field we are interrogating, the index starts at 0.
Return Type
The field’s value as an integer.
Remarks
Available: GEO D OD OM SISpy
Group:
Example
sis.GetCursorFieldInt ("MyCursor", 2)