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