Field.getObjectAtIndex Method

Module: Field

Definition

Gets the object at the specified index.

get_object_at_index(self, index: int) -> Field

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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

in Handle to the Field object.

index int
in The index of the object to retrieve.

out The field that contains the object.

Returns

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