Exports the file to any of the supported formats. Optionally, pass in a selection set to export only a part of the file. Format is based on the extension in the FileName (default is the DXF format)
Syntax
Sub Export(FileName, Extension, [SelectionSet])
Where:
FileName is a string variable representing the name of the file to export.
Extension is a string variable representing the extension of the file name.
SelectionSet is an IntelliCAD selection set to be exported (optional).