ExtensionList.get Method

Module: ExtensionList

Definition

Gets an item of the ExtensionList object.

get(self, key: str) -> Extension

Parameters

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

Returns

Extension item to get.

Exceptions

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

Parameters

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

Returns

Extension item to get.

Exceptions

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

Parameters

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

Returns

Extension item to get.

Exceptions

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

Parameters

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

Returns

Extension item to get.

Exceptions

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

Parameters

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

Returns

Extension item to get.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealExtensionList_Get (
    ID3_BIOSEAL_EXTENSION_LIST hExtensionList,
    const char * key,
    ID3_BIOSEAL_EXTENSION hExtensionItem)

Parameters

in Handle to the ExtensionList object.

key const char *
in Unique key of the Extension item to get.

hExtensionItem ID3_BIOSEAL_EXTENSION
out Extension item to get.

Returns

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