Field.get Method¶
Module: Field
Definition¶
Gets an item of the Field object.
get(self, key: str) -> Field
Parameters
key
strin 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
Stringin 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
stringin 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
Stringin 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
Stringin 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
hField
ID3_BIOSEAL_FIELDin Handle to the Field object.key
const char *in Unique key of the Field item to get.hFieldItem
ID3_BIOSEAL_FIELDout Field item to get.
Returns