FieldList.get Method¶
Module: FieldList
Definition¶
Gets an item of the FieldList object.
get(self, index: int) -> Field
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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
hFieldList
ID3_BIOSEAL_FIELD_LISTin Handle to the FieldList object.index
intin Index of the Field item to get.hFieldItem
ID3_BIOSEAL_FIELDout Field item to get.
Returns