ExtensionList.get Method¶
Module: ExtensionList
Definition¶
Gets an item of the ExtensionList object.
get(self, key: str) -> Extension
Parameters
key
strin 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
Stringin 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
stringin 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
Stringin 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
Stringin 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
hExtensionList
ID3_BIOSEAL_EXTENSION_LISTin Handle to the ExtensionList object.key
const char *in Unique key of the Extension item to get.hExtensionItem
ID3_BIOSEAL_EXTENSIONout Extension item to get.
Returns