28.01.2014
Instruction SAVE uses ExportParams child parameter instead of earlier used.
Instead of
<save file="d/1.dxf" type="dxf" version="acr2004" isconvertimagetoole="FALSE"/>
it is needed to write
<!-- Save as DXF -->
<save>
<ExportParams FileName="d/1.dxf" Format=".dxf">
<Version>acR2004</Version>
<IsConvertImageToOLE>True</IsConvertImageToOLE>
</ExportParams>
</save>
Deleted "ShowSelectEntities" instruction. Please use ShowSelectedEntities instruction instead of it.
Parameters ShowEntityPrecision and ShowEntityMethod transfers from Editor instruction to ShowSelectedEntities instruction.
Go to ABViewer