LogItem.itemType Property

Module: LogItem

Type: LogItemType

Definition

The log type.

item_type: LogItemType

Exceptions

An error has occurred during Bioseal Library execution.
LogItemType get itemType => getItemType();

Exceptions

An error has occurred during Bioseal Library execution.
public LogItemType itemType
{
    get => GetitemType();
}

Exceptions

An error has occurred during Bioseal Library execution.
public LogItemType getItemType() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var itemType: LogItemType
    get {
        return try! getItemType()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLogItem_GetItemType (ID3_BIOSEAL_LOG_ITEM hLogItem, id3BiosealLogItemType * eItemType)

Returns

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