Returns the length of the next field of the specified type, starting at the specified screen position.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode GetNextLength( ScreenPosition position, ref int length, FieldType fieldType ) |
Visual Basic (Declaration) |
---|
Function GetNextLength ( _ position As ScreenPosition, _ ByRef length As Integer, _ fieldType As FieldType _ ) As StatusCode |
Visual C++ |
---|
StatusCode GetNextLength( ScreenPosition position, int% length, FieldType fieldType ) |
JavaScript |
---|
function GetNextLength(position, length, fieldType); |
Parameters
position
Type: JollyGiant.Emulation..::.ScreenPositionScreen ScreenPosition
Screen position where the search starts.
length
Type: System..::.Int32 %Will
Will on return contain the length of the field.
fieldType
Type: JollyGiant.Emulation..::.FieldTypeFieldType FieldType
FieldType to get the length for.
Return Value
The StatusCode indicating the result of the operation.
...
Remarks
The attribute byte of a IField is not included in it's length.
See Also
IField Interface
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...