Field.getObjectAtIndex Method¶
Module: Field
Definition¶
Gets the object at the specified index.
get_object_at_index(self, index: int) -> Field
Parameters
index
intin The index of the object to retrieve.
Returns
The field that contains the object.
Exceptions
An error has occurred during Bioseal Library execution.
Field getObjectAtIndex(int index)
Parameters
index
intin The index of the object to retrieve.
Returns
The field that contains the object.
Exceptions
An error has occurred during Bioseal Library execution.
public Field GetObjectAtIndex(int index)
Parameters
index
intin The index of the object to retrieve.
Returns
The field that contains the object.
Exceptions
An error has occurred during Bioseal Library execution.
public Field getObjectAtIndex(int index) throws BiosealException
Parameters
index
intin The index of the object to retrieve.
Returns
The field that contains the object.
Exceptions
An error has occurred during Bioseal Library execution.
public func getObjectAtIndex(index: Int32) throws -> Field
Parameters
index
Int32in The index of the object to retrieve.
Returns
The field that contains the object.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_GetObjectAtIndex (
ID3_BIOSEAL_FIELD hField,
int index,
ID3_BIOSEAL_FIELD hItem)
Parameters
hField
ID3_BIOSEAL_FIELDin Handle to the Field object.index
intin The index of the object to retrieve.hItem
ID3_BIOSEAL_FIELDout The field that contains the object.
Returns