Enum pfcExport2DSheetOption
Description
This enumerated type specifies the sheet options used for exporting drawings.
Values
-
EXPORT_CURRENT_TO_MODEL_SPACE
- Default: Exports only the drawing's current sheet to model space
-
EXPORT_CURRENT_TO_PAPER_SPACE
- Exports only the drawing's current sheet to paper space. This is the same as EXPORT_CURRENT_TO_MODEL_SPACE for formats which do not support the concept of model and paper space.
-
EXPORT_ALL
- Exports all sheet to single file (as paper space, if applicable to the format type)
-
EXPORT_SELECTED
- Exports selected sheets to the file as paper space (set using pfcModel::Export2DOption::SetSheets) and/or one sheet to model space (set using pfcModel::Export2DOption::SetModelSpaceSheet)
-
Export2DSheetOption_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.