ExtensionList.getCount Method¶
Module: ExtensionList
Definition¶
Gets the number of elements in the ExtensionList object.
get_count(self) -> int
Returns
int
Number of elements in the Extension object.
Exceptions
An error has occurred during Bioseal Library execution.
int getCount()
Returns
int
Number of elements in the Extension object.
Exceptions
An error has occurred during Bioseal Library execution.
public int GetCount()
Returns
int
Number of elements in the Extension object.
Exceptions
An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException
Returns
int
Number of elements in the Extension object.
Exceptions
An error has occurred during Bioseal Library execution.
public func getCount() throws -> Int32
Returns
Int
Number of elements in the Extension object.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealExtensionList_GetCount (
ID3_BIOSEAL_EXTENSION_LIST hExtensionList,
int * count)
Parameters
hExtensionList
ID3_BIOSEAL_EXTENSION_LISTin Handle to the ExtensionList object.count
int *out Number of elements in the Extension object.
Returns