60000759 Ability to save VDI files of version 4.6

Article 60000759
Type Wish
Product Engine
Version 6014
Date Added 1/26/2009 12:00:00 AM
Fixed (1/27/2009 12:00:00 AM)
Submitted by Igor

Summary

Ability to save VDI files in older versions than 5.1 using the vdProControl

Solution


In 6015 VdConstFileVer enum was updated as follow:


enum VdConstFileVer{
  DefaultVersion = 100,
  XML = 600,
  VDF = 501,
  DXF9 = 2,
  DXF10 = 3,
  DXF11 = 4,
  DXF13 = 5,
  DXF14 = 6,
  DXF2000 = 7,
  DXF2004 = 8,
  DXF2007 = 9,
  DGN8 = 51,
  VDF301 = 301,
  VDF302 = 302,
  VDF303 = 303,
  VDF304 = 304,
  VDF305 = 305,
  VDF306 = 306,
  VDF307 = 307,
  VDF308 = 308,
  VDF400 = 400,
  VDF401 = 401,
  VDF402 = 402,
  VDF403 = 403,
  VDF404 = 404,
  VDF405 = 405,
  VDF406 = 406,
  VDF500 = 500,
  VDF501 = 501,
 }

Send comments on this topic.