Author Topic: What happened to EnumXMIType ?  (Read 2703 times)

Jeff Odell

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-0
    • View Profile
What happened to EnumXMIType ?
« on: October 01, 2005, 11:40:55 am »
 ??? I was recompiling some code against the latest version and came up empty looking for the enumerator EnumXMIType.  This code used to complie against an earlier version (not sure which but definately pre 5.0) but no longer does now.

The documentation still indicates that the IDualProject.ExportPackageXMI method uses this enumeration as a parameter.  Now my Intellasense says that that parameter expect an int.

Worse, I can't find a table to know what values to use now.  The doc lists them:

· xmiEADefault  
· xmiRoseDefault  
· xmiEA10  
· xmiEA11  
· xmiEA12  
· xmiRose10  
· xmiRose11  
· xmiRose12  

but not their integer values.

What happened?