FieldList.get Method

Module: FieldList

Definition

Gets an item of the FieldList object.

get(self, index: int) -> Field

Parameters

index int
in Index of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
Field get(int index)

Parameters

index int
in Index of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public Field Get(int index)

Parameters

index int
in Index of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public Field get(int index) throws BiosealException

Parameters

index int
in Index of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public func get(index: Int32) throws -> Field

Parameters

index Int32
in Index of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealFieldList_Get (
    ID3_BIOSEAL_FIELD_LIST hFieldList,
    int index,
    ID3_BIOSEAL_FIELD hFieldItem)

Parameters

in Handle to the FieldList object.

index int
in Index of the Field item to get.

out Field item to get.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.