Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Jeff Odell on October 01, 2005, 11:40:55 am

Title: What happened to EnumXMIType ?
Post by: Jeff Odell 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?