#include "BString.h"
Namespaces | |
| namespace | GeoCore |
Defines | |
| #define | DWG_VERSION_R12 12 |
| AutoCAD Release 12. | |
| #define | DWG_VERSION_R13 13 |
| AutoCAD Release 13. | |
| #define | DWG_VERSION_R14 14 |
| AutoCAD Release 14. | |
| #define | DWG_VERSION_R15 15 |
| AutoCAD 2000. | |
| #define | DWG_VERSION_R18 18 |
| AutoCAC 2004. | |
| #define | DWG_VERSION_R21 21 |
| AutoCAD 2007. | |
Variables | |
| const BString | DWG_LAYER_IS_FROZEN (L"DwgLayerIsFrozen") |
| A string used to describe metadata that is attached to a DWG layer. | |
| const BString | DWG_LAYER_IS_OFF (L"DwgLayerIsOff") |
| A string used to describe metadata that is attached to a DWG layer. | |
| const BString | DWG_READ_HATCHES (L"DwgReadHatches") |
| A reader open parameter that specifies if hatches should be read in from an AutoCAD file. | |
| const BString | DWG_READ_PATTERN_HATCHES (L"DwgReadPatternHatches") |
| A reader open parameter that specifies if pattern hatches should be read in from an AutoCAD file. | |
| const BString | DWG_READ_SOLID_HATCHES (L"DwgReadSolidHatches") |
| A reader open parameter that specifies if solid hatches should be read in from an AutoCAD file. | |
| const BString | DWG_WRITE_FILE_VERSION (L"DwgWriteFileVersion") |
| A writer open parameter that specifies the version of AutoCAD file that should be produced. | |
| #define DWG_VERSION_R12 12 |
AutoCAD Release 12.
| #define DWG_VERSION_R13 13 |
AutoCAD Release 13.
| #define DWG_VERSION_R14 14 |
AutoCAD Release 14.
| #define DWG_VERSION_R15 15 |
AutoCAD 2000.
| #define DWG_VERSION_R18 18 |
AutoCAC 2004.
| #define DWG_VERSION_R21 21 |
AutoCAD 2007.