![]() |
v2.41
|
|
Represents an architectural drawing. More...
Public Member Functions | |
| HRESULT | ExportToDwg ([in] BSTR filePath, [in] enum AutocadVersion autocadVersion, [in] VARIANT_BOOL overwrite, [out, retval] int *pResult) |
| Export the drawing to DWG file format. | |
| HRESULT | ExportToDxf ([in] BSTR filePath, [in] enum AutocadVersion autocadVersion, [in] VARIANT_BOOL overwrite, [out, retval] int *pResult) |
| Export the drawing to DXF file format. | |
| HRESULT | ExportToOpenXps ([in] BSTR filePath, [in] VARIANT_BOOL overwrite, [out, retval] int *pResult) |
| Export the drawing to OpenXPS file format. | |
| HRESULT | ExportToPdf ([in] BSTR filePath, [in] VARIANT_BOOL overwrite, [out, retval] int *pResult) |
| Export the drawing to PDF file format. | |
| HRESULT | GetTitleBlockInstance ([in] int index, [out, retval] ITitleBlockInstance **ppTitleBlockInstance) |
| Returns the drawing title block instance by index. | |
Represents an architectural drawing.
Allows the user to export a drawing to the DXF and DWG file formats.
| HRESULT ExportToDwg | ( | [in] BSTR | filePath, |
| [in] enum AutocadVersion | autocadVersion, | ||
| [in] VARIANT_BOOL | overwrite, | ||
| [out, retval] int * | pResult ) |
Export the drawing to DWG file format.
| [in] | filePath | The file path of file to export. |
| [in] | autocadVersion | The AutoCAD format version to target for. |
| [in] | overwrite | Overwrite the file if it exists |
| [out] | pResult | Operation result. |
| HRESULT ExportToDxf | ( | [in] BSTR | filePath, |
| [in] enum AutocadVersion | autocadVersion, | ||
| [in] VARIANT_BOOL | overwrite, | ||
| [out, retval] int * | pResult ) |
Export the drawing to DXF file format.
| [in] | filePath | The file path of file to export. |
| [in] | autocadVersion | The AutoCAD format version to target for. |
| [in] | overwrite | Overwrite the file if it exists. |
| [out] | pResult | Operation result. |
| HRESULT ExportToOpenXps | ( | [in] BSTR | filePath, |
| [in] VARIANT_BOOL | overwrite, | ||
| [out, retval] int * | pResult ) |
Export the drawing to OpenXPS file format.
| [in] | filePath | The result file path. |
| [in] | overwrite | Overwrite the file if it exists. |
| [out] | pResult | Operation result. |
| HRESULT ExportToPdf | ( | [in] BSTR | filePath, |
| [in] VARIANT_BOOL | overwrite, | ||
| [out, retval] int * | pResult ) |
Export the drawing to PDF file format.
| [in] | filePath | The result file path. |
| [in] | overwrite | Overwrite the file if it exists. |
| [out] | pResult | Operation result. |