Arbortext IsoDraw > Macro Language Reference > Object Data Types > Application Object - Data Exchange Preferences > Export Illustrator
  
Export Illustrator
app.ill.extension
Returns and sets the file extension as string.
app.ill.extension = "ai"
app.ill.includeEPS
Returns and sets if the EPS file is included as boolean.
app.ill.includeEPS = FALSE
app.ill.version
Returns and sets the illustrator version as integer. Allowed values are 0 for “Adobe Illustrator™ 7.0”, 1 for “Adobe Illustrator™ 88” and 2 for “Adobe Illustrator™ 6.0”.
app.ill.version = 0