Arbortext IsoView > Programmer's Reference > Redlining Functions > Iso4ExportRedlining
  
Iso4ExportRedlining
Exports a pair of redlining and illustration files. To use the redlining file in Arbortext IsoDraw, open the illustration file and import the redlining file as an additional layer.
Introduced with Arbortext IsoView 4.0.
Syntax
Iso4ExportRedliningilluFilerlFile
Parameters:
illuFile
Defines the destination path and name of the illustration as BSTR.
rlFile
Defines the destination path and name of the redlining file as BSTR.
In case of success the method returns true, otherwise false.
document.ivx1.Iso4ExportRedlining("C:\\TEMP\\catalog.iso", "C:\\TEMP\\catalog_rl.iso");