formZ SDK | 5.0 API Reference | System | System
Description
Project save option parameters. Used for the "which" argument of fz_syst_get_print_setup_parm_data and fz_syst_set_print_setup_parm_data.
enum fz_syst_save_opts_parm_enum {
FZ_SYST_SAVE_OPTS_BACKUP,
FZ_SYST_SAVE_OPTS_COMPRESS,
FZ_SYST_SAVE_OPTS_VERSION,
FZ_SYST_SAVE_OPTS_MODEL_ENTITIES,
FZ_SYST_SAVE_OPTS_DRAFT_ENTITIES,
FZ_SYST_SAVE_OPTS_SYMBOLS,
FZ_SYST_SAVE_OPTS_SYMBOL_LIBRARY_ALL,
FZ_SYST_SAVE_OPTS_SYMBOL_SYMBOL_ALL,
FZ_SYST_SAVE_OPTS_IMAGE,
FZ_SYST_SAVE_OPTS_IMAGE_REF_ONLY,
FZ_SYST_SAVE_OPTS_FONT,
FZ_SYST_SAVE_OPTS_FONT_REF_ONLY };
Members
FZ_SYST_SAVE_OPTS_BACKUP
Indicates if a backup version is kept.
Type: fzrt_boolean
Default Value: TRUE
FZ_SYST_SAVE_OPTS_COMPRESS
Indicates if the saved file is to be compressed.
Type: fzrt_boolean
Default Value: FALSE
FZ_SYST_SAVE_OPTS_VERSION
Indicates what file version to save as.
FZPL_VERS_MAKE must be called before setting a version.
FZPL_VERS_GET_MAJ, FZPL_VERS_GET_MIN, FZPL_VERS_GET_BUG_MAJ, and
FZPL_VERS_GET_BUG_MIN can be called to get individual values for the
version after getting it.
Type: fzpl_vers_td
FZ_SYST_SAVE_OPTS_MODEL_ENTITIES
Indicates what part of the modeling project to save.
Type: fz_syst_save_entities_enum
Default Value: FZ_SYST_SAVE_ENTITIES_ALL
FZ_SYST_SAVE_OPTS_DRAFT_ENTITIES
Indicates what part of the drafting project to save.
Type: fz_syst_save_entities_enum
Default Value: FZ_SYST_SAVE_ENTITIES_ALL
FZ_SYST_SAVE_OPTS_SYMBOLS
Indicates if symbol libraries are to be saved with the project. If there are no symbols in the active project, setting this options will have no effect.
Type: fzrt_boolean
Default Value: FALSE
FZ_SYST_SAVE_OPTS_SYMBOL_LIBRARY_ALL
Indicates if all attached symbol libraries are to be saved with the project. If FALSE, only libraries with referenced definitions will be saved.
Type: fzrt_boolean
Default Value: TRUE
FZ_SYST_SAVE_OPTS_SYMBOL_SYMBOL_ALL
Indicates if all symbol definitions are to be saved with the project. If FALSE, only referenced symbol definitions will be saved.
Type: fzrt_boolean
Default Value: TRUE
FZ_SYST_SAVE_OPTS_IMAGE
Indicates if images are to be saved with the project. If TRUE, copies of the image files will be saved in the same folder as the project.
Type: fzrt_boolean
Default Value: FALSE
FZ_SYST_SAVE_OPTS_IMAGE_REF_ONLY
Indicates if only referenced images are to be saved with the project. If TRUE, copies of the image files that are referenced by the project will be saved in the same folder as the project.
Type: fzrt_boolean
Default Value: TRUE
FZ_SYST_SAVE_OPTS_FONT
Indicates if fonts are to be saved with the project. If TRUE, copies of the font files will be saved in the same folder as the project.
Type: fzrt_boolean
Default Value: FALSE
FZ_SYST_SAVE_OPTS_FONT_REF_ONLY
Indicates if only referenced fonts are to be saved with the project. If TRUE, copies of the font files that are referenced by the project will be saved in the same folder as the project.
Type: fzrt_boolean
Default Value: TRUE
Availability
5.0.0.0
See Also
Defined in