Field.extensionType Property

Module: Field

Type: FieldExtensionType

Definition

The field extension type.

extension_type: FieldExtensionType

Exceptions

An error has occurred during Bioseal Library execution.
FieldExtensionType get extensionType => getExtensionType();

Exceptions

An error has occurred during Bioseal Library execution.
public FieldExtensionType extensionType
{
    get => GetextensionType();
}

Exceptions

An error has occurred during Bioseal Library execution.
public FieldExtensionType getExtensionType() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var extensionType: FieldExtensionType
    get {
        return try! getExtensionType()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetExtensionType (ID3_BIOSEAL_FIELD hField, id3BiosealFieldExtensionType * eExtensionType)

Returns

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