Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export DWG
  
Export DWG
app.dwg.release
Returns and sets the AutoCAD release as integer. Allowed values are:
0
“Release 12”
1
“Release 13”
2
“Release 14”
3
“AutoCAD 2000”
app.dwg.release = 3
app.dwg.flags
Returns and sets the conversion flags as integer. Allowed values are 0 for “Convert ellipses and beziers to 2D polylines”, 1 for “Convert ellipses to 3D arcs and beziers to 2D polylines”, 2 for “Convert ellipses to 2D Polylines and beziers to 3D Polylines” and 3 for “Convert ellipses and beziers to 3D”. Conversion of ellipses (2 and 3) is only valid for “Release 12”!
app.dwg.flags = 2
app.dwg.platformOut
Returns and sets the export platform as integer. Allowed values are 1 for “Mac”, 2 for “MS Win” and 3 for “Unix”.
app.dwg.platformOut = 3
app.dwg.extension
Returns and sets file extension as string.
app.dwg.extension = "dwg"