ODA Product: | Drawings SDK |
Sample Name: | OdCopyEx |
Categories: | C++ / Beginner Developer / Working with .dwg files / Android, iOS, macOS, Linux, Windows, WinCE, WinRT |
Location: | <INSTALL_DIR>/Drawing/Examples/OdCopyEx |
To run the OdCopyEx sample application, please do the following:
<INSTALL_DIR>\exe\<PLATFORM_NAME>\
<INSTALL_DIR>/bin/<PLATFORM_NAME>/
<INSTALL_DIR>
is a directory where you unpacked the
Drawings SDK archive.<PLATFORM_NAME>
parameter, please see
the ODA Platform Naming Conventions section in the
Downloading Drawings SDK topic.
OdCopyEx <source file> <target file> [OutVer] [OutType]
source file
|
Full path to the source file. |
target file
|
Full path to the destination file. |
OutVer
|
A destination file version.
Can be any of:
The default value corresponds to the latest supported version. |
OutType
|
A destination file type.
Can be any of:
The default value is DWG. |
If the application executed properly, you will see the progress of database conversion and saving the result to the output file. In case you get the "usage" message, check the parameters. An error message indicates problems with the source file or target file type and version incompatibility.
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|