Skip to main content

The RxAcadConverter Object

Component name: RxAcadConverter.dll

RxAcadConverter Methods

Convert

Converts an AutoCAD drawing to another DWG or DXF using the given format version. You may use this function to convert, for example, 2016 DWG files back to a 2010 or any other version DWG file. You may also convert from DXF to DWG and from DWG to DXF. Use the FileType and FormatVersion properties to set the output format used by this method.

Syntax

Convert(BSTR InFile, BSTR OutFile)

Parameters

  • InFile: Full path of the file to convert from.
  • OutFile: Name of the output file.

Returns

  • HRESULT: S_OK / E_FAIL

RxAcadConverter Properties

FileType

  • Type: string
  • Access: Read and write
  • Description: Sets or gets the file type to create using the Convert method. The following options are available:
    Format IDDescription
    DWGAutoCAD Drawing Format
    DXFAutoCAD Drawing Exchange Format
    DXBAutoCAD Drawing Exchange Binary Format

FormatVersion

  • Type: long
  • Access: Read and write
  • Description: Sets or gets the AutoCAD DWG file version to use for output files. The following values are supported:
    Format IDDescription
    0AutoCAD 9
    1AutoCAD 10
    2AutoCAD 12
    3AutoCAD 13
    4AutoCAD 14
    5AutoCAD 2000
    6AutoCAD 2004
    7AutoCAD 2007
    8AutoCAD 2010 to 2012
    9AutoCAD 2013 to 2017
    10AutoCAD 2018 to 2025