Arbortext IsoView > Programmer's Reference > Redlining Functions > Iso5ImportRedlining
  
Iso5ImportRedlining
Imports a redlining file into the current illustration. Here the same file might be imported, which has been exported by the use of Iso4ExportRedlining(...)
Introduced with Arbortext IsoView 5.0.
Syntax
Iso5ImportRedliningrlFile
Parameters:
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.Iso5ImportRedlining("C:\\TEMP\\catalog_rl.iso");