formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator
Description
Specifies how symbols should be exported. This corresponds to the radio buttons on the Symbol Export Options dialog.
enum fz_ffmt_data_write_symb_meth_enum {
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMEXPLODE,
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMREFERENCED,
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMALL };
Members
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMEXPLODE
Explode all symbols prior to exporting.
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMREFERENCED
Do not explode symbols, but write only referenced symbol definitions.
FZ_FFMT_DATA_WRITE_SYMB_METH_SYMALL
Do not explode symbols. Write all symbol definitions.
Availability
5.0.0.0
Defined in