Field.fieldType Property¶
Module: Field
Type: FieldType
Definition¶
The field type.
field_type: FieldType
Exceptions
An error has occurred during Bioseal Library execution.
FieldType get fieldType => getFieldType();
Exceptions
An error has occurred during Bioseal Library execution.
public FieldType fieldType
{
get => GetfieldType();
}
Exceptions
An error has occurred during Bioseal Library execution.
public FieldType getFieldType() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var fieldType: FieldType
get {
return try! getFieldType()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_GetFieldType (ID3_BIOSEAL_FIELD hField, id3BiosealFieldType * eFieldType)
Returns