I'm using the visual studio 2010 SDK and i would like to create from the code a UML diagram.
I'm looking for something like:
Class class1 = new class(); class1.addParam(new Param("int num"));
diagram.add(class1);
My project suppose to generate the class diagram according to a file he reads. what i am looking exactly is an api to the vs drawing.