Field.get Method

Module: Field

Definition

Gets an item of the Field object.

get(self, key: str) -> Field

Parameters

key str
in Unique key of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
Field get(String? key)

Parameters

key String
in Unique key of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public Field Get(string key)

Parameters

key string
in Unique key of the Field item to get.

Returns

Field item to get.

Exceptions

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

Parameters

key String
in Unique key of the Field item to get.

Returns

Field item to get.

Exceptions

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

Parameters

key String
in Unique key of the Field item to get.

Returns

Field item to get.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_Get (
    ID3_BIOSEAL_FIELD hField,
    const char * key,
    ID3_BIOSEAL_FIELD hFieldItem)

Parameters

in Handle to the Field object.

key const char *
in Unique key 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.