getAttributes

Returns all attributes attached to this form (Assuming your SVS dataset is UTF-8 encoded).

Return

An array that contains all attributes attached to this form.

Since

2.5.0 Creation

Throws


open fun getAttributes(fromUnicode: Boolean): Array<Attribute>

Returns all attributes attached to this form.

Return

An array that contains all attributes attached to this form.

Since

2.5.0 Creation

Parameters

fromUnicode

Must be true if your SVS dataset is UTF-8encoded, false otherwise.

Throws