#include "BString.h"
Namespaces | |
| namespace | GeoCore |
Defines | |
| #define | DGN_MASTER_UNIT 0 |
| A possible value for the DGN_COORDINATE_UNITS parameter. | |
| #define | DGN_UOR 1 |
| A possible value for the DGN_COORDINATE_UNITS parameter. | |
Variables | |
| const BString | DGN_ALLOW_AREA_FILLS (L"DgnAllowAreaFills") |
| A writer open parameter that indicates if area fills should be allowed in the output file. | |
| const BString | DGN_COORDINATE_UNITS (L"DgnCoordinateUnits") |
| This parameter can be supplied as an open parameter to either the DGN reader or the DGN writer. | |
| const BString | DGN_CREATE_RSC_PATH (L"DgnRscPath") |
| A reader create parameter that specifies the path to the .rsc file used by the DGN reader. | |
| const BString | DGN_CREATE_SHX_FONT_PATH (L"DgnShxFontPath") |
| A reader create parameter that specifies the path to the directory containing font definitions used by the DGN reader. | |
| const BString | DGN_DROP_COMPLEX_CHAINS (L"DgnDropComplexChains") |
| A reader open parameter that indicates if complex chains in the DGN file should be dropped. | |
| const BString | DGN_OPEN_EXPLODE_LEVELS (L"DgnExplodeLevels") |
| A reader open parameter that indicates if levels in the DGN file should be exploded. | |
| #define DGN_MASTER_UNIT 0 |
A possible value for the DGN_COORDINATE_UNITS parameter.
This indicates that a conversion should be performed between UORs and master units.
| #define DGN_UOR 1 |
A possible value for the DGN_COORDINATE_UNITS parameter.
This indicates that no conversion should be performed between UORs and master units.