Visio and C#
Introduction
It's useful to understand some how some tasks are done in Visio directly using the automation - without using the VisioAutomation library.
Hello World in C# (VS2015)
Add a reference to the Visio Primary Interop Assembly:
In the Solution Explorer, right click on References, select Add Reference
The Add Reference dialog will launch
In the .NET Tab select Microsoft.Office.Interop.Visio
Click OK
Sample code:
High-Performance ShapeSheet operations
Last updated