formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator

fz_ffmt_data_read_symb_meth_enum

Description

Symbol data import method. This corresponds to the radio buttons on the Symbol Import Options dialog. This determines how symbols will be handled when they are imported.

enum fz_ffmt_data_read_symb_meth_enum {

FZ_FFMT_DATA_READ_SYMB_METH_EXPLODE,

FZ_FFMT_DATA_READ_SYMB_METH_APPEND,

FZ_FFMT_DATA_READ_SYMB_METH_NEWLIB };

Members

FZ_FFMT_DATA_READ_SYMB_METH_EXPLODE

Explode symbols. Do not add the symbol definitions to a library.

FZ_FFMT_DATA_READ_SYMB_METH_APPEND

Add symbol definitions to an existing symbol library.

FZ_FFMT_DATA_READ_SYMB_METH_NEWLIB

Add symbol definitions to a new symbol library.

Availability

5.0.0.0

Defined in

fz_ffmt_api.h