External Libraries

This display allows you to monitor and configure External Libraries to be available for your calculation.

CalcExternalLibrary is a new Calculation Tool class that provides support for using third-party code in the calculations. This class resides under the Implementation group in the navigation tree. See further information and examples in our using third-party code article.

PropertyData TypeDescription
NameStringThe name for this external code link. It must be unique.
Typeenum Calc External Library TypeThe type of the external code link. It defines what field will be read when registering this third-party code and can either be Code Snippet C# or DLL (File Path).
CodeSnippetStringThis field holds the third-party code, if the type was selected as Code Snippet C#.
DLLPathStringThis field holds an absolute path, a relative path from the Vtrin installation directory, and an environment variable path to the compiled third-party code if the type was selected as DLL (File Path).