views:

112

answers:

2

Is there a COM or .Net SDK for IBM Rational Rose?

I need to access information stored in Rational Rose (that the unisys XMI Export add-in does not expose) - I have tried searching a few times but just kept finding references to the java SDK rather then an SDK for rational rose itself... does anyone know if such a thing exists?

Ideally I'd like something that's .Net friendly... but if I have to resort to some other language that's ok too at a pinch.

+2  A: 

There's a COM API for Rose, or at least there was in the last version I used (2003). It exposed RoseApplication and RoseModel, for example. That API could be easily wrapped with .NET.

Robert S.
Great, RoseApplication and RoseModel was just what I was looking for - added a COM reference to the RationalRose type library and everything worked as expected.
Bittercoder
Excellent! Glad I could help.
Robert S.
A: 

There are several methods to access the COM API.

To quickly get you up and running in using the COM API please contact me via http://www.bitplan.com - (contact page)