Link to home
Create AccountLog in
Avatar of eugene-g
eugene-g

asked on

Looking for ways to create Visio drawings within C# code

I'm looking for a way to create various MS Visio drawings in my C# code.
I think, I need some sort of API library or 3rd party .NET component for that, so I can reference it in my VS 2008.
Does anyone know of such thing?

-Eugene
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

what kind of drawings specifically, there are different libraries for different graphic type.
Avatar of eugene-g
eugene-g

ASKER

I need to create data-driven diagrams.
Example:
Create a Visio 2007 diagram that depicts 2 Windows servers connected via 3 different LAN links, also connect to a common EMC shared storage frame.
I'm attaching an example
SampleVisioDrawing.jpg
you can use a professional tool like DotNetCharting (http://www.dotnetcharting.com/gallery/)  or GoDiagram (http://www.nwoods.com/GO/dotnet.htm)
It has to be an MS Visio diagram.
I think I could use Visio sdk 1.0 for that
What do you think?
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer