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.
| Property | Data Type | Description |
|---|---|---|
| Name | String | The name for this external code link. It must be unique. |
| Type | enum Calc External Library Type | The 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). |
| CodeSnippet | String | This field holds the third-party code, if the type was selected as Code Snippet C#. |
| DLLPath | String | This 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). |
Updated 17 days ago
