Add Reference to StyleVision API
Add the application's type library as a reference in a .NET project as follows: With the .NET project open, click Project | Add Reference. Then browse for the type library, which is called StyleVision.tlb, and is located in the StyleVision application folder.
Then declare a variable to access the StyleVision API:
// An instance of StyleVision is accessed via its automation interface.
StyleVisionLib.Application StyleVision;