Since VLXE for Excel is written in C# the interface used is made available for customer
that wants to use the SDK through C#.
All the needed classes are included in the dll: VLXE.Support.dll making it very
easy to get started using .NET
One class for each of the 3 tasks:
- Write the model and parameters to the dll
- Call the calculation(s)
- Retrieve the result from the dll
The example code can be downloaded here:
Example code for SDK - C#
The example project is for Visual Studio 2008 but the source code can be used with
any C# compiler.
Simple download and unzip the files.
The content is:
An example project for Visual studio 2008 is provided that shows how to connect
to the VLXE dll using C#.
If you are using a different compiler simply make a new project, add a reference
to VLXE.Support.dll and copy the source code for creating and calling the calculations.