Method Add2
Add2(string, string, string)
Add a new document using the specified Calc Item and input variables
Declaration
ITeddsDocument Add2(string libraryFileName, string libraryItemName, string VariablesXml)
Parameters
| Type | Name | Description |
|---|---|---|
| string | libraryFileName | Name of the Calc Library file in which the Calc Item exists |
| string | libraryItemName | Short name of the Calc Item which is used to start the calculation |
| string | VariablesXml | Input variables for the document which have been created using an existing document or via the Tedds Calculator API. |
Returns
| Type | Description |
|---|---|
| ITeddsDocument | The new document |